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

9 lines
272 B
Text
Raw Permalink Normal View History

2025-06-26 12:19:00 +02:00
\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}