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

Font Face Observer Can't Handle Fonts With Colons (:) In Their Family Name #117

Open
jwbats opened this issue May 25, 2018 · 1 comment
Open

Comments

@jwbats
Copy link

jwbats commented May 25, 2018

Google Fonts currently offers 6 fonts that have colons (:) in the family parameters of their @font-face links.

https://fonts.googleapis.com/css?family=Buda:300
https://fonts.googleapis.com/css?family=Coda+Caption:800
https://fonts.googleapis.com/css?family=Molle:400i
https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300
https://fonts.googleapis.com/css?family=Sunflower:300
https://fonts.googleapis.com/css?family=UnifrakturCook:700

Inspecting the network activity using Chrome's dev console, shows that the @font-face declarations are properly loaded, but Font Face Observer makes no attempt at downloading the font binary.

@nuthinking
Copy link

Haven't use FFO yet, but I assume it doesn't download anything. It just observes when the fonts declared by the CSS are loaded, doesn't it?

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

2 participants