Changes

Jump to navigation Jump to search
= Use of the different variations =
; #1. Define them as a new typescript (ConTeXt vocabulary) in your input file, with {{cmd|starttypescript}}. Here we will use <code>mynotoserif</code>.
:* and define the link between ''filenames'' and ''Human readable names'' with {{cmd|definefontsynonym}}.
<texcode>
\definefontsynonym[SerifBold] [NotoSerif-Bold] [features=default]
\definefontsynonym[SerifBoldItalic] [NotoSerif-BoldItalic] [features=default]
\stoptypescript
</texcode>
 
; #3. Define the pack of the 4 variations as the roman typeface of the typescript <code>mynotoserif</code> :
<texcode>
\starttypescript [mynotoserif]
\definetypeface [mynotoserif] [rm] [serif] [mynotoserif] [default]
\stoptypescript
</texcode>

Navigation menu