diff options
| author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 22:08:00 +0100 |
|---|---|---|
| committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 22:08:00 +0100 |
| commit | 5e608249883d26182bb525dc0404e53b5a8b8059 (patch) | |
| tree | 0aea5c17e068022a612e0704c5ddf068d30ce7ae /config | |
| parent | 7128cd2b80c84943b22d01a0512575ccdd7dca42 (diff) | |
Change font
Diffstat (limited to 'config')
| -rw-r--r-- | config/.pandoc-config.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/.pandoc-config.yml b/config/.pandoc-config.yml index 7872a26..12a38e9 100644 --- a/config/.pandoc-config.yml +++ b/config/.pandoc-config.yml @@ -24,6 +24,20 @@ geometry: chapters: false documentclass: scrbook linestretch: 1.2 +sansfont: "Asap" +sansfontoptions: + - Path=fonts/ + - UprightFont=*-Regular, + - BoldFont=*-Bold + - ItalicFont=*-Italic + - Scale=1 +mainfont: "Asap" +mainfontoptions: + - Path=fonts/ + - UprightFont=*-Regular, + - BoldFont=*-Bold + - ItalicFont=*-Italic + - Scale=1 # Bibliografie bibliography: ./references.bib |
