Skip to content

Commit

Permalink
Reintroduce custom fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Sep 5, 2024
1 parent 5d1858e commit 81acdc5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hm.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
\usepackage[utf8]{inputenc}
\else
\usepackage{fontspec} % XeLaTeX or LuaLaTeX
\setmainfont{OpenDyslexic}
\setsansfont{OpenDyslexic}
\setmonofont{OpenDyslexicMono}

\setmainfont[Renderer=Basic, Numbers=OldStyle, Scale = 1.0]{TeX Gyre Pagella}
\setsansfont[Renderer=Basic, Scale=0.90]{TeX Gyre Heros}
\setmonofont[Renderer=Basic]{TeX Gyre Cursor}

\fi

\usepackage[
Expand Down

0 comments on commit 81acdc5

Please sign in to comment.