I don't have the Source Sans font installed, so my typst project throws warning when using this package.
warning: unknown font family: source sans 3
┌─ @preview/chronos:0.1.0/src/diagram.typ:190:17
│
190 │ set text(font: "Source Sans 3")
│
It would be nice to be able to set other fonts here, falling back to the current font.
I don't have the Source Sans font installed, so my typst project throws warning when using this package.
```
warning: unknown font family: source sans 3
┌─ @preview/chronos:0.1.0/src/diagram.typ:190:17
│
190 │ set text(font: "Source Sans 3")
│
```
It would be nice to be able to set other fonts here, falling back to the current font.
I don't know of any way to fallback to the current font, but I can definitely do one of the following:
Remove the set rule to leave the user free to customize it on their own
Put the font as an argument
Add fallback font families
Add the font to the package
I feel like the first option is probably the best. Please let me know what you think of this
EDIT: added 4th option
I don't know of any way to fallback to the current font, but I can definitely do one of the following:
- Remove the set rule to leave the user free to customize it on their own
- Put the font as an argument
- Add fallback font families
- Add the font to the package
I feel like the first option is probably the best. Please let me know what you think of this
EDIT: added 4th option
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I don't have the Source Sans font installed, so my typst project throws warning when using this package.
It would be nice to be able to set other fonts here, falling back to the current font.
I don't know of any way to fallback to the current font, but I can definitely do one of the following:
I feel like the first option is probably the best. Please let me know what you think of this
EDIT: added 4th option