Changes

Jump to navigation Jump to search
64 bytes added ,  19:19, 31 May 2020
= #1. How to use the provided fonts in : 3 steps, 5 sec. =
; #1. First, be aware of the [[ConTeXt distribution's Fonts|21 fonts provided]].
:* If required, you can [[Mtxrun#fonts| regenerate the font database]] <code>mtxrun --script font --reload --force</code>
; #2. Give a name to the set of fonts you wan to use and select a first font
:* Use the command {{cmd|definefontfamily}}. Sometimes, the name of the set of font is called the "typescript identifier"
:* Let's take an example, for a Serif font, for which TeX practice is to refer to them as '''roman''' (=rm)
:* <texcode>\definefontfamily[MyFontIdentifier][rm][refcode to the serif font]</texcode>
; # 3. Declare it as your default font family for your document, and specify the font size:* Use the command with {{cmd|setupbodyfont}}, and specify the font size.#:* <texcode>\setupbodyfont[MyFontIdentifier at xxpt]</texcode>
== Example ==
{{TwoColumnsUnderLevel1
|

Navigation menu