You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be a useful feature to be able to create some kind of font manifest and then other users can use fontpm to get all required fonts.
I'm thinking something similar to this:
# define the fontspecs like you would pass them to the command linefonts = ["roboto", "noto-sans"]
# and then other options too, like the new css generationgenerate_css = trueout_dir = "assets/fonts"
The text was updated successfully, but these errors were encountered:
It could be a useful feature to be able to create some kind of font manifest and then other users can use fontpm to get all required fonts.
I'm thinking something similar to this:
The text was updated successfully, but these errors were encountered: