change default fonts

Change them to ones that come included w/ Typst.

Closes #15, closes #9
This commit is contained in:
2025-11-10 09:25:14 +01:00
parent 1dd66fd587
commit 730e4d7fc3
10 changed files with 4 additions and 4 deletions

View File

@@ -28,9 +28,9 @@
/// - ltr-bits (bool): If true, bits are placed with the LSB on the left instead of the right
/// -> dictionary
#let config(
default-font-family: "Ubuntu Mono",
default-font-family: "DejaVu Sans Mono",
default-font-size: 15pt,
italic-font-family: "Ubuntu Mono",
italic-font-family: "Libertinus Serif",
italic-font-size: 12pt,
background: white,
text-color: black,