aboutsummaryrefslogtreecommitdiff
path: root/_quarto.yml
blob: e7b7e0e19713138755c3364cdd01ffbe362bd267 (plain)
  1. project:
  2.   type: website
  3. website:
  4. title: "Overview"
  5. navbar:
  6. left:
  7. - text: Report
  8. href: report.qmd
  9. lang: en-GB
  10. # Use Adobe Serif, and Adobe Sans for headlines,
  11. # but *not* Source Code Pro (from same superfamily) for code
  12. # as that cannot fit a line count and 72 chars within a 12pt line.
  13. # Instead use Iosevka, which is distinctly condensed,
  14. # with stylistic set to mimic IBM Plex Mono for more crisp {} and #,
  15. # and set system default monospace font to IBM Plex Mono
  16. # to render fonts in SVG diagrams in similar style but non-condensed.
  17. mainfont: Source Serif 4
  18. sansfont: Source Sans 3
  19. monofont: Iosevka
  20. monofontoptions:
  21. - StylisticSet = 15