diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-18 15:37:03 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-18 15:37:03 +0200 |
| commit | 5a776318a76374080c82a06394476bd15bb0376f (patch) | |
| tree | 445a1a5ec54bddbe9118468d0f9d85df8ff195a6 | |
| parent | 8fe2090f505d76760cc3b4ad482b5614c058a51b (diff) | |
tidy font comment
| -rw-r--r-- | _quarto.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_quarto.yml b/_quarto.yml index b4b9b28..e7b7e0e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -11,12 +11,12 @@ website: lang: en-GB # Use Adobe Serif, and Adobe Sans for headlines, -# but *not* Source Code Pro (from same superfamily) for code, -# because is does not fit line count + 72 chars on a 12pt line. -# Instead use the more condensed Iosevka +# but *not* Source Code Pro (from same superfamily) for code +# as that cannot fit a line count and 72 chars within a 12pt line. +# Instead use Iosevka, which is distinctly condensed, # with stylistic set to mimic IBM Plex Mono for more crisp {} and #, # and set system default monospace font to IBM Plex Mono -# to render fonts in SVG diagrams non-condensed. +# to render fonts in SVG diagrams in similar style but non-condensed. mainfont: Source Serif 4 sansfont: Source Sans 3 monofont: Iosevka |
