diff options
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 14 |
1 files changed, 6 insertions, 8 deletions
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 |