diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-25 14:13:02 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-25 14:13:02 +0200 |
commit | 8ee644d2e0460379bdedb468e86cec37b28dc927 (patch) | |
tree | c10095a24aa3d0d34b980f55749131ca1be801ed | |
parent | 0bfc3c972a4808d5c795aa6b06c8f7626eb65538 (diff) |
use non-variable fonts
-rw-r--r-- | _quarto.yml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/_quarto.yml b/_quarto.yml index 5f0c768..9474ac3 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -12,15 +12,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 |