Add Fira font files to project
Because the GitLab CI can’t run apt-get at the moment, the font must be embedded into the project instead of installed in the container. Also, a switch is added so that if a machine has the font installed, it uses that version. This is needed because LuaLaTeX doesn’t like using the project .ttf files on my machine. So this is a workaround for that.
Showing
- .gitattributes 4 additions, 0 deletions.gitattributes
- fonts/FiraCode-Bold.ttf 3 additions, 0 deletionsfonts/FiraCode-Bold.ttf
- fonts/FiraCode-Regular.ttf 3 additions, 0 deletionsfonts/FiraCode-Regular.ttf
- fonts/FiraMono-BoldItalic.otf 3 additions, 0 deletionsfonts/FiraMono-BoldItalic.otf
- fonts/FiraMono-RegularItalic.otf 3 additions, 0 deletionsfonts/FiraMono-RegularItalic.otf
- preamble.tex 12 additions, 1 deletionpreamble.tex
File added
File added
File added
File added
Please register or sign in to comment