diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-20 21:20:27 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-20 21:20:27 +0200 |
commit | 09a3fbecce5ae359a4d91d58edc58cbe4310a406 (patch) | |
tree | 9ccd5517280bc701e6b174760e479c7b19c44dad /_quarto.yml | |
parent | fa16c5161010b09ef2d77f981c0ef279e9b45741 (diff) |
use non-variable fonts
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/_quarto.yml b/_quarto.yml index db71a8c..ffdc9e9 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -10,15 +10,10 @@ website: lang: en-GB -mainfont: Source Serif 4 Variable -mainfontoptions: - - OpticalSize=11 -sansfont: SourceSans3VF -sansfontoptions: - - Instance=Regular -monofont: SourceCodeVF +mainfont: Source Serif 4 +sansfont: Source Sans 3 +monofont: Source Code Pro monofontoptions: - - Instance=Regular - Scale=0.8 link-citations: true |