23 Jan
2019
23 Jan
'19
5:05 p.m.
Alan Braslau schrieb am 22.01.19 um 18:42:
Hello,
Previously, in order to make punctual use of a true-type font in a title for example, I did the following:
\definefontfamily [myfont] [serif] [myfont]
where myfont.ttf is located in the current project directory, and selecting the font was simply
{\switchtobodyfont[myfont]My Font!} Maybe you loaded the used the font before with \definefont which put a entry in the database but normally \definefontfamily doesn’t use fonts from a local directory.
Wolfgang