Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
3c36a9a596
57 changed files with 691 additions and 94 deletions
|
@ -52,10 +52,20 @@
|
|||
\captionsetup{labelformat=nolabel,textformat=empty}
|
||||
|
||||
\usepackage{fontspec}
|
||||
\setmainfont[Path=font/GlacialIndifference/]{GlacialIndifference-Regular.otf}
|
||||
\setsansfont[Path=font/GlacialIndifference/]{GlacialIndifference-Regular.otf}
|
||||
\setmainfont[Path=font/tex-gyre-adventor/]{texgyreadventor-regular.otf}
|
||||
\setsansfont[Path=font/tex-gyre-adventor/]{texgyreadventor-regular.otf}
|
||||
\setmonofont[Path=font/SourceCodePro/]{SourceCodePro-Regular.ttf}
|
||||
|
||||
% 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}
|
||||
|
||||
|
||||
\newcommand{\emoji}[1]{
|
||||
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
|
||||
}
|
Reference in a new issue