Changes

Jump to navigation Jump to search
21 bytes removed ,  19:13, 31 May 2020
no edit summary
= #1. How to use the provided fonts in 5 sec. =
# ; First, be aware of the 21 fonts provided by 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><!------># ; Give a name :* to the font family you want to use for both with {{cmd|definefontfamily}}. It will be called the '''typescript identifier'''#:* For 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><!------>
# Declare it as your default font family for your document, with {{cmd|setupbodyfont}}, and specify the font size.
#* \setupbodyfont[MyFontIdentifier at xxpt]

Navigation menu