change default fonts #16

Open
rajayonin wants to merge 1 commits from rajayonin/rivet-typst:dev into dev
10 changed files with 4 additions and 4 deletions
Showing only changes of commit 730e4d7fc3 - Show all commits

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,

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(
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,