Skip to content
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

Google + FVD fails for handful of fonts. #5

Closed
mrbinky3000 opened this issue Apr 25, 2015 · 0 comments
Closed

Google + FVD fails for handful of fonts. #5

mrbinky3000 opened this issue Apr 25, 2015 · 0 comments

Comments

@mrbinky3000
Copy link

There are several fonts hosted by google that do not work with FVD shorthand. For example:

WebFont.load({
    google : {
        families: ['Buda:n3'],
   }
});

Off the nearly 700 fonts hosted by Google, All but four work correctly with the FVD syntax. These four result in 404 error codes.

GET https://fonts.googleapis.com/css?family=Buda:n3
GET https://fonts.googleapis.com/css?family=Coda+Caption:n8
GET https://fonts.googleapis.com/css?family=Open+Sans+Condensed:n3,i3,n7
GET https://fonts.googleapis.com/css?family=UnifrakturCook:n7

Switching to the non FVD, verbose syntax. Works correctly. For example...

WebFont.load({
    google : {
        families: ['Buda:300'],
   }
});

Now the four URL's with 404 error codes work:
GET https://fonts.googleapis.com/css?family=Buda:300
GET https://fonts.googleapis.com/css?family=Coda+Caption:800
GET https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700
GET https://fonts.googleapis.com/css?family=UnifrakturCook:700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant