From 8ee644d2e0460379bdedb468e86cec37b28dc927 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 25 Apr 2025 14:13:02 +0200 Subject: use non-variable fonts --- _quarto.yml | 11 +++-------- 1 file 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 -- cgit v1.2.3