Open BattleCh1cken opened 8 months ago
At the very least we should tell the users in the documentation what fonts need to be installed for each theme.
It looks like Typst will support a feature called resource
s, which will let us embed the fonts directly into the project. In the mean time I propose we migrate all of our fonts to googlefonts, and then write a script that can automatically fetch them for the user. This is extremely important for the quick start template because installing fonts is incredibly annoying in that environment.
Requested Feature
Each of the themes currently use different fonts, but there isn't a good way to package fonts with a library in Typst.
Possible Implementation