Changes

Jump to navigation Jump to search
263 bytes added ,  19:47, 31 May 2020
no edit summary
:* <texcode>\setupbodyfont[xxpt]</texcode>
To learn how to use different alternative of a given font, like regular / bold / italic, see [[Font_Switching]]
== Example ==
{{TwoColumnsUnderLevel1
|
This basic input is typeset with the default font, Latin Modern:
<context source=yes>
\setupbodyfont[12pt]
{The quick brown fox jumps over the lazy dog}\\{\bf The quick brown fox jumps over the lazy dog}\\{\it The quick brown fox jumps over the lazy dog}\\
</context>
|
\setupbodyfont[MyFontIdentifier]
\setupbodyfont[12pt]
{The quick brown fox jumps over the lazy dog}\\{\bf The quick brown fox jumps over the lazy dog}\\{\it The quick brown fox jumps over the lazy dog}\\
</context>
}}

Navigation menu