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

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 KiB

After

Width:  |  Height:  |  Size: 408 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 KiB

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 KiB

After

Width:  |  Height:  |  Size: 490 KiB

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,7 @@
#let config( #let config(
default-font-family: "Ubuntu Mono", default-font-family: "DejaVu Sans Mono",
default-font-size: 15pt, default-font-size: 15pt,
italic-font-family: "Ubuntu Mono", italic-font-family: "Libertinus Serif",
italic-font-size: 12pt, italic-font-size: 12pt,
background: white, background: white,
text-color: black, text-color: black,