summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otfl-font-xtx.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/otfl-font-xtx.lua b/otfl-font-xtx.lua
index 502163c..ddc3d66 100644
--- a/otfl-font-xtx.lua
+++ b/otfl-font-xtx.lua
@@ -73,7 +73,8 @@ local function isstyle(s)
list.style = "bolditalic"
elseif v:find("^s=") then
list.optsize = v:split("=")[2]
- elseif v == "aat" or v == "icu" then
+ elseif v == "aat" or v == "icu" or v == "gr" then
+ logs.report("define font", "unsupported font option: %s", v)
else
list.style = v:gsub("[^%a%d]", "")
end