Skip to content

Instantly share code, notes, and snippets.

@DevWurm
Last active April 26, 2017 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DevWurm/21c1df27c52b5ff7325e29dddc32e646 to your computer and use it in GitHub Desktop.
Save DevWurm/21c1df27c52b5ff7325e29dddc32e646 to your computer and use it in GitHub Desktop.
Specify different font for section headings / title
\usepackage{titlesec}
\usepackage{titling}
% Specify different font for section headings
\newfontfamily\headingfont[]{Roboto Bold}
\titleformat*{\section}{\LARGE\headingfont}
\titleformat*{\subsection}{\Large\headingfont}
\titleformat*{\subsubsection}{\large\headingfont}
\renewcommand{\maketitlehooka}{\headingfont} % font in \maketitle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment