-
Notifications
You must be signed in to change notification settings - Fork 216
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
Pull spalax's font.js Change to Fix ReferenceError: Can't find variable: WebFont #71
Comments
+1 |
+1 Just helped someone out on Stack Overflow with this exact issue. Gave them instructions on how to do a really basic fix in the meantime. http://stackoverflow.com/questions/35641422/how-do-you-set-up-requirejs-and-google-web-fonts/ |
…ariable: WebFont
I was affected by this issue and the simple fix suggested by @chris-tomich on stackoverflow actually solved it. |
@millermedeiros please consider pulling this one; the issue is annoying but the fix is very simple. |
Please consider pulling in the modification to font.js that @spalax recently made. One of my projects recently started throwing a
ReferenceError: Can't find variable: WebFont
exception, and his change fixed the issue for me.milsdev@f3dace3
The text was updated successfully, but these errors were encountered: