diff options
Diffstat (limited to 'otfl-font-xtx.lua')
-rw-r--r-- | otfl-font-xtx.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otfl-font-xtx.lua b/otfl-font-xtx.lua index 20a5df9..b285d0b 100644 --- a/otfl-font-xtx.lua +++ b/otfl-font-xtx.lua @@ -73,6 +73,7 @@ local function isstyle(s) list.style = "bolditalic" elseif v:find("^s=") then list.optsize = v:split("=")[2] + elseif v == "aat" or v == "icu" then end end end |