summaryrefslogtreecommitdiff
path: root/_quarto.yml
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-02-13 13:43:57 +0100
committerJonas Smedegaard <dr@jones.dk>2024-02-13 13:48:29 +0100
commit780f65e733cd09e4e1201515b6868c69b37bf5ef (patch)
treeb8240848a8fdb114b9301c208ba14c051e2d985f /_quarto.yml
parent8595f75a94462d1edb2e9cd63060ac42d7fa87a9 (diff)
embed fonts ETbb and Cabin
Diffstat (limited to '_quarto.yml')
-rw-r--r--_quarto.yml14
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