diff options
Diffstat (limited to 'tex/context/base/cont-gb.tex')
-rw-r--r-- | tex/context/base/cont-gb.tex | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tex/context/base/cont-gb.tex b/tex/context/base/cont-gb.tex index 6e60cd1bc..99d297425 100644 --- a/tex/context/base/cont-gb.tex +++ b/tex/context/base/cont-gb.tex @@ -29,6 +29,14 @@ \installlanguage [\s!nl] [\c!state=\v!start] \installlanguage [\s!it] [\c!state=\v!start] -\setupencoding[default=ec] \usetypescript[fallback][\defaultencoding] \setupbodyfont[rm,12pt] +\ifnum\texengine=\luatexengine + % will be runtime option: typeface + \appendtoks + \usetypescript[modern] + \setuptypeface[modern] + \to \everyjob +\else + \setupencoding[default=ec] \usetypescript[fallback][\defaultencoding] \setupbodyfont[rm,12pt] +\fi \protect \errorstopmode \dump \endinput |