diff options
| -rw-r--r-- | otfl-fonts.lua | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/otfl-fonts.lua b/otfl-fonts.lua index fc7b789..c666b6a 100644 --- a/otfl-fonts.lua +++ b/otfl-fonts.lua @@ -104,7 +104,8 @@ local function loadmodule(name,continue)      end  end -loadmodule('luatex-fonts-merged.lua',true) -- you might comment this line +--loadmodule('luatex-fonts-merged.lua',true) -- you might comment this line +loadmodule('otfl-fonts-merged.lua',true)  if fonts then  | 
