font-store
font-store copied to clipboard
Multiple Fonts
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.
Or even the ability to run multiple fonts from the terminal to build all the fonts into one JSON file.
Hey, I haven't touched this project in a while... will have to look into it when I have time 😅