diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-13 13:43:57 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-13 13:48:29 +0100 |
commit | 780f65e733cd09e4e1201515b6868c69b37bf5ef (patch) | |
tree | b8240848a8fdb114b9301c208ba14c051e2d985f /_quarto.yml | |
parent | 8595f75a94462d1edb2e9cd63060ac42d7fa87a9 (diff) |
embed fonts ETbb and Cabin
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 |