Changes

Jump to navigation Jump to search
8 bytes removed ,  19:27, 31 May 2020
no edit summary
; #3. Declare it as your default font family for your document
:* Use the command with {{cmd|setupbodyfont}}
:* <texcode>\setupbodyfont[MyFontIdentifier at xxpt]</texcode>
; #4. Specify the font size
This basic input is typeset with the default font, Latin Modern:
<context source=yes>
\setupbodyfont[16pt14pt]
The quick brown fox jumps over the lazy dog
</context>
\definefontfamily [MyFontIdentifier] [rm] [texgyrepagella]
\setupbodyfont[MyFontIdentifier]
\setupbodyfont[16pt14pt]
The quick brown fox jumps over the lazy dog
</context>

Navigation menu