Changes

Jump to navigation Jump to search
m
minor adjustments, nothing new
* '''TeX users create a new folder for each new font in <code>tex/texmf-fonts/fonts/</code>''', following [http://tug.org/tds/ TeX Directory Structure].
** it helps the algorithms to deal with the incredibly wide variety of fonts's variables and parameters.
** People who handle a lot of fonts can be more structured by using *: <code>tex/texmf-fonts/fonts/truetype/vendor/fontfamily</code>.
But it it's very likely that you also want to use the '''fonts already available on your Operating System''':
; #2. Now you can check the ''fontname'' used to identify the fonts,
:*run <code>mtxrun --script font --list --file -pattern=*noto*</code>. You should obtain something like
<texcode>familyname weight style style width variant fontname filename subfont fontweight
notoserif bold bold normal normal normal normal notoserifbold NotoSerif-Bold.ttfnotoserif bold bold italic normal normal normal notoserifbolditalic NotoSerif-BoldItalic.ttfnotoserif normal italic normal normal normal notoserifitalic NotoSerif-Italic.ttfnotoserif normal normal normal normal normal notoserif NotoSerif-Regular.ttf
</texcode>

Navigation menu