From 5e608249883d26182bb525dc0404e53b5a8b8059 Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Sun, 20 Dec 2020 22:08:00 +0100 Subject: Change font --- config/.pandoc-config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'config/.pandoc-config.yml') 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 -- cgit v1.2.3