Change default fonts #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the default font is Ubuntu Mono, which doesn't come preinstalled in many systems (Windows, MacOS, and most Linux distros), and generates a warning when compiling without them.
Typst comes with a few preinstalled fonts1 , and I think we should use that as a default, specifically DejaVu Sans Mono for
default-font-familyand Libertinus Serif fotitalic-font-family.See Typst Docs ↩︎
Indeed, this had already been pointed out in #9