12 lines
413 B
TeX
12 lines
413 B
TeX
%%% Font
|
|
% Uncomment and modify to your font specs
|
|
|
|
\usepackage{fontspec}
|
|
\setmainfont{Gentium Book Basic}
|
|
\newfontfamily\allyFont{Merriweather Sans}[Scale=0.9,Color=444444FF,Ligatures=TeX]
|
|
\newfontfamily\TitleFamily{Inknut Antiqua}
|
|
\newfontface\TitleFont{Inknut Antiqua}
|
|
% \newfontfamily\DisplayFamily{Playfair Display}
|
|
% \newfontface\DisplayFont{Playfair Display}
|
|
\newfontfamily\pagenumfont{Gentium Book Basic}
|