Changes

Jump to navigation Jump to search
# Save your file as <code>type-(fontname|foundrysome-name-you-like).tex</code>, for example here <code>type-mynotoserif.tex</code>
# Copy the typescript files into <code>tex/texmf-fonts/tex/context/user/</code>
# Run <code>context --generate</code> to update ConTeXt file database
# It's done! Now, two lines at the beginning of any input will declare to typeset with the new fonts:
<texcode>
\usetypescriptfile[mynotoserif]% this is the 'some-name-you-like' part of the saved filename\setupbodyfont[mynotoserif]% this is the first argument to \definetypeface
</texcode>
[[Category:Fonts]]

Navigation menu