diff options
Diffstat (limited to 'luaotfload-database.lua')
-rw-r--r-- | luaotfload-database.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/luaotfload-database.lua b/luaotfload-database.lua index d25b846..bace8bb 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -2628,12 +2628,12 @@ do if prefmodifiers then style = choose_exact (prefmodifiers) elseif subfamily then - --style = choose_exact (subfamily) + style = choose_exact (subfamily) end end - if not style and splitstyle then - style = choose_exact (splitstyle) - end +-- if not style and splitstyle then +-- style = choose_exact (splitstyle) +-- end return style end |