From 780f65e733cd09e4e1201515b6868c69b37bf5ef Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 13 Feb 2024 13:43:57 +0100 Subject: embed fonts ETbb and Cabin --- _quarto.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to '_quarto.yml') diff --git a/_quarto.yml b/_quarto.yml index f3ccd3e..c9aa398 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -28,13 +28,9 @@ website: mainfont: ETbb mainfontoptions: -#- Ligatures=TeX - Numbers=Lowercase -#- Mapping=tex-text -#- Numbers=OldStyle -sansfont: TeX Gyre Heros +sansfont: Cabin sansfontoptions: -#- Ligatures=TeX - Scale=MatchLowercase monofont: Inconsolata monofontoptions: @@ -46,9 +42,8 @@ format: html: default-image-extension: svg theme: - light: flatly - dark: darkly - css: styles.css + light: [flatly, styles.scss] + dark: [darkly, styles.scss] toc: true # override colors otherwise inherited from html theme @@ -63,3 +58,6 @@ resource-path: filters: - diagram + +resources: + - fonts -- cgit v1.2.3