Changes

Jump to navigation Jump to search
\definefontfamily[MyFontIdentifier][mm][familynameofthemathfont]
</texcode>
:* As you see, a limit here is that in TeX practice, we only have one roman, one sans serif... per font family.
:* in order to use more fonts, like width variation ("condensed",...), and weight variation ("light",...), we have to define other font family (MyFontIdentifier-condensed, MyFontIdentifier-light), and we switch between them along the document, with {{cmd|switchtobodyfont}}.
; #3. Declare your font family as the default for your document with {{cmd|setupbodyfont}}, as you would do for a typescript.
</context>
}}
 
:* the limit is that in TeX practice, we only have one roman, one sans serif... per font family.
:* in order to use more (like width variation like "condensed", or weight variation like "light" etc...) we have to define other font family (MyFontIdentifier-condensed, MyFontIdentifier-light)

Navigation menu