blob: e7b7e0e19713138755c3364cdd01ffbe362bd267 (
plain)
- project:
- type: website
- website:
- title: "Overview"
- navbar:
- left:
- - text: Report
- href: report.qmd
- lang: en-GB
- # Use Adobe Serif, and Adobe Sans for headlines,
- # 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 in similar style but non-condensed.
- mainfont: Source Serif 4
- sansfont: Source Sans 3
- monofont: Iosevka
- monofontoptions:
- - StylisticSet = 15
|