Changement titres avec police grasse
This commit is contained in:
parent
9735228d95
commit
447f08672c
24 changed files with 244 additions and 0 deletions
|
@ -50,6 +50,16 @@
|
|||
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
|
||||
}
|
||||
|
||||
% Specify different font for section headings
|
||||
\usepackage{titlesec}
|
||||
\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{}
|
||||
|
|
Reference in a new issue