Changes

Jump to navigation Jump to search
445 bytes added ,  21:09, 31 May 2020
= How to use more than one of the provided fonts: 1 step, 5 sec. =
; #1. Very similarly to above, just select a second add more fontin your font family.
:* for a Sans Serif font, for which TeX practice is to refer to them as '''Sans Serif''' (=ss)
:* <texcode>\definefontfamily[MyFontIdentifier][ss][refcode to the sans serif font]</texcode>
:* for a monospaced font, for which TeX practice is to refer to them as '''TypewriTer''' (=tt)
:* <texcode>\definefontfamily[MyFontIdentifier][tt][refcode to the monospaced font]</texcode>
:* for a math font, for which TeX practice is to refer to them as '''MatheMatics''' (=mm):* <texcode>\definefontfamily[MyFontIdentifier][mm][refcode to the math font]</texcode>:* the limit is that in TeX practice, we only have one roman, one sans serif, per font family.:* in order to use more (like variation condensed, extralight etc...) we have to define other font family (MyFontIdentifier-condensed, MyFontIdentifier-light)
== Example ==
</context>
}}
 
= How to use my new font: 6 steps, 3 minutes =

Navigation menu