Skip to content
Snippets Groups Projects
Commit 8e0cfe23 authored by Julian Stirling's avatar Julian Stirling :tools:
Browse files

Using Roboto for all sections to solve the font pain

parent 9e35c137
No related branches found
No related tags found
1 merge request!1Adding a LaTeX class that pandoc can use and example use in CI
Pipeline #3659 passed
...@@ -7,7 +7,7 @@ compile: ...@@ -7,7 +7,7 @@ compile:
stage: build stage: build
script: script:
- tlmgr update --self - tlmgr update --self
- tlmgr install roboto fontaxes sectsty psfonts - tlmgr install roboto fontaxes sectsty
- cd examples-and-design-elements - cd examples-and-design-elements
- pandoc simple-document.md -o simple-document.pdf -M documentclass=../tex/otfndoc - pandoc simple-document.md -o simple-document.pdf -M documentclass=../tex/otfndoc
artifacts: artifacts:
......
...@@ -20,8 +20,7 @@ ...@@ -20,8 +20,7 @@
\renewcommand{\footrulewidth}{1pt} \renewcommand{\footrulewidth}{1pt}
\RequirePackage{sectsty} \RequirePackage{sectsty}
\sectionfont{\usefont{T1}{ugq}{b}{n}\centering} \sectionfont{\centering}
\subsectionfont{\usefont{T1}{ugq}{b}{n}}
\setcounter{secnumdepth}{0} \setcounter{secnumdepth}{0}
\pagestyle{fancy} \pagestyle{fancy}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment