Use flama font in overleaf
In order to have flama font in overleaf, here are the required steps:
- choose
xelatexto compile the projet (in the projet option) - add a folder
fontin the root of the projet that contains all the.otfflama fonts. - In the
beamerthemesorbone.styfile, change lines that charge the font as follows:
\newfontfamily\Light[ Path = font/ ]{Flama-Light}
\newfontfamily\Book[ Path = font/ ]{Flama-Book}
\newfontfamily\Medium[ Path = font/ ]{Flama-Medium}
\setsansfont[BoldFont={Flama-Basic}, ItalicFont={Flama-LightItalic}, BoldItalicFont={Flama-BasicItalic}, Path = font/ ]{Flama-Light}
Note that Flama-Light-Italic and Flama-Basic-Italic have respectively become Flama-LightItalic and Flama-BasicItalic. Besides, several Path = font/ options have been added.
How can we ease that process? (especially step 3)
Edited by Eloi Zablocki