-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
[SITE] Try out WF without having to upload a font yourself #7
Comments
Add (open source) example fonts to try immediately. SEO BONUS: make result pages for many fonts, making WF show up if people search for info on that font :-) |
This doesn't have the CORS issue that loading a font via URL may pose (although since the site can fetch files from random URLs as blobs rather than as page resources, CORS can be worked around, I think) |
Note to self:
|
Did some 👨🔬experimenting🧪 but looks like CORS isn't circumventable. Which makes sense as that would mean a hole has been poked in the whole reason CORS exists. Short explanation here. Yes, |
Simple setup: #5 |
...without you needing to find and upload a font first.
For example, add a button saying "Try it with Recursive!" where a copy of Recursive is being downloaded/supplied to the site automagically.
The text was updated successfully, but these errors were encountered: