We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to use this single script to run through an array of fonts, like md5 = [ string, another-string, even-another-string]
md5 = [ string, another-string, even-another-string]
Then create a variable like font_paths = [ ./webfont1.json, ./webfont2.json, ./webfont3.json]
font_paths = [ ./webfont1.json, ./webfont2.json, ./webfont3.json]
So then for each request would load and/or store each font used without creating a new function for each separate font.
The text was updated successfully, but these errors were encountered:
Or even the ability to run multiple fonts from the terminal to build all the fonts into one JSON file.
Sorry, something went wrong.
Hey, I haven't touched this project in a while... will have to look into it when I have time 😅
No branches or pull requests
Is there a way to use this single script to run through an array of fonts, like
md5 = [ string, another-string, even-another-string]
Then create a variable like
font_paths = [ ./webfont1.json, ./webfont2.json, ./webfont3.json]
So then for each request would load and/or store each font used without creating a new function for each separate font.
The text was updated successfully, but these errors were encountered: