1
Fork 0
appliedcryptography/misc/fonts/fonts.sty

8 lines
272 B
TeX

\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
\RequirePackage{fontspec}
\RequirePackage{unicode-math}
\setsansfont[Scale=1.0]{Inria Sans}
\setmonofont[Scale=0.9]{JetBrains Mono}
\setromanfont[Scale=1.0]{STIX Two Text}
\setmathfont[Scale=1.0]{STIX Two Math}