change default fonts
Change them to ones that come included w/ Typst. Closes #15, closes #9
This commit is contained in:
@@ -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 |
BIN
gallery/test.pdf
BIN
gallery/test.pdf
Binary file not shown.
BIN
manual.pdf
BIN
manual.pdf
Binary file not shown.
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user