Ajout d'une nouvelle police pour le corps des documents
This commit is contained in:
parent
a463d81d7f
commit
667efde9d0
1 changed files with 8 additions and 0 deletions
|
@ -50,6 +50,14 @@
|
|||
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
|
||||
}
|
||||
|
||||
% Specify different font for section headings
|
||||
\usepackage{titling}
|
||||
\newfontfamily\headingfont[Path=font/tex-gyre-adventor/]{texgyreadventor-bold.otf}
|
||||
\titleformat*{\section}{\LARGE\headingfont}
|
||||
\titleformat*{\subsection}{\Large\headingfont}
|
||||
\titleformat*{\subsubsection}{\large\headingfont}
|
||||
\renewcommand{\maketitlehooka}{\headingfont}
|
||||
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
|
|
Loading…
Reference in a new issue