Changes

Jump to navigation Jump to search
= How to use one of the provided fonts: 4 steps, 10 sec. =
; #1. First, be aware of the [[ConTeXt distribution's Fonts|21 fonts provided]] and their "nickname".
; #21. Give a name to the set of fonts you want to use and select a first font
:* Use the command {{cmd|definefontfamily}}.
:* 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][nickname of the serif font]</texcode>
; #32. Declare it as your default font family for your document
:* Use the command with {{cmd|setupbodyfont}}
:* <texcode>\setupbodyfont[MyFontIdentifier]</texcode>
; #43. Specify the font size
:* <texcode>\setupbodyfont[xxpt]</texcode>
}}
= How to use more than one of the provided fonts: 1 step, 5 sec. =
; #1. Very similarly to above, just add more font in your font family.

Navigation menu