diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-06 09:42:36 -0800 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-06 09:42:36 -0800 |
commit | 90e060ed1717f6a14cf06bc394cf857782a7c140 (patch) | |
tree | 93fd2a149fbaf64938513d4e991414eeb4c3bd80 /luaotfload-features.lua | |
parent | 456abb72080d2366bab301a1a2172f01ae70452b (diff) | |
parent | 19d57e135e09d9311d0e17c6f7c375a161b8c37f (diff) | |
download | luaotfload-90e060ed1717f6a14cf06bc394cf857782a7c140.tar.gz |
Merge pull request #145 from phi-gamma/master
move to new index format
Diffstat (limited to 'luaotfload-features.lua')
-rw-r--r-- | luaotfload-features.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/luaotfload-features.lua b/luaotfload-features.lua index 3382edb..83f5a99 100644 --- a/luaotfload-features.lua +++ b/luaotfload-features.lua @@ -1097,9 +1097,9 @@ local select_lookup = function (request) end local supported = { - b = "bold", - i = "italic", - bi = "bolditalic", + b = "b", + i = "i", + bi = "bi", aat = false, icu = false, gr = false, |