Making of, launch party
This commit is contained in:
16
making-of/includes/font.tex
Normal file
16
making-of/includes/font.tex
Normal file
@ -0,0 +1,16 @@
|
||||
%%% 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\pagenumfont{Gentium Book Basic}
|
||||
|
||||
\makeatletter
|
||||
\let\oldfootnoterule\footnoterule
|
||||
\renewcommand{\foottextfont}{\pagenumfont\footnotesize}
|
||||
\renewcommand*{\@makefnmark}{\hbox{\pagenumfont\textsuperscript{\@thefnmark}}}
|
||||
\footmarkstyle{\pagenumfont\textsuperscript{#1}}
|
||||
\makeatother
|
||||
Reference in New Issue
Block a user