Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDifferent repo for Google fonts #23
Comments
|
I think the issue is unrelated to the web address, since the real font file is still using The problem is more like a network issue. I suggest you trying it again. |
|
I think you're right about it being a network issue. However, while I can connect to the Google API, the function My work account blocks me from accessing that website, hence the error. Anyway to restore the direct Google API method, currently commented out in the code? |
|
That file was a cache since fetching from Google API is usually slow. I'll add an option to force using the Google API. |
|
Fixed in the new release. You can now use the |
I just tried to use this package today to install Google fonts, but I'm getting this error:
I checked the documentation for
font_add_google(), but the default repo is no longer an active site. Instead of 'http://fonts.gstatic.com', one now has to go to 'http://fonts.google.com', and manually download a font or import it through their API.