Browse Source

feat: mono font styling

develop
Ezerous 3 years ago
parent
commit
e9d13b0fe2
  1. BIN
      assets/fonts/Hack-Bold.ttf
  2. BIN
      assets/fonts/Hack-BoldItalic.ttf
  3. BIN
      assets/fonts/Hack-Italic.ttf
  4. BIN
      assets/fonts/Hack-Regular.ttf
  5. 11
      languages-fonts.sty

BIN
assets/fonts/Hack-Bold.ttf

Binary file not shown.

BIN
assets/fonts/Hack-BoldItalic.ttf

Binary file not shown.

BIN
assets/fonts/Hack-Italic.ttf

Binary file not shown.

BIN
assets/fonts/Hack-Regular.ttf

Binary file not shown.

11
languages-fonts.sty

@ -4,7 +4,16 @@
\newfontfamily\greekfont[Script=Greek]{Linux Libertine O} \newfontfamily\greekfont[Script=Greek]{Linux Libertine O}
\newfontfamily\greekfontsf[Script=Greek]{Linux Libertine O} \newfontfamily\greekfontsf[Script=Greek]{Linux Libertine O}
\newfontfamily\greekfonttt[Script=Greek]{Linux Libertine Mono O} \newfontfamily\greekfonttt[
Script=Greek,
Scale=MatchLowercase,
Path = assets/fonts/,
Extension = .ttf,
UprightFont = *-Regular,
BoldFont=*-Bold,
ItalicFont=*-Italic,
BoldItalicFont=*-BoldItalic
]{Hack}
\setdefaultlanguage{greek} \setdefaultlanguage{greek}
\setotherlanguage{english} \setotherlanguage{english}
Loading…
Cancel
Save