Unknown font family: ubuntu mono #9
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?
When using rivet-typst 0.3.0 on the typst.app web editor it generates the warning "Unknown font family: ubuntu mono"
You can configure an alternative font using the config options
default-font-family
anditalic-font-family
For example:
I do agree that putting Ubuntu Mono as the default is not ideal since it is not available on the web-app
Thanks! Explicitly setting the font resolves the warning.
Maybe
DejaVu Sans Mono
would work better as the default font. It is available on the web-app and preinstalled on most Linux distributions. However I see that Ubuntu Mono probably looks better.Another option would be to set the default font to
default-font-family: ("Ubuntu Mono", "DejaVu Sans Mono")
. This will still cause the warning. However it will make sure a Monospace font is used even when Ubuntu Mono is not installed.Anyway, thank you for this awesome package!