fontfaceobserver
fontfaceobserver copied to clipboard
Webfont loading. Simple, small, and efficient.
My code is below but the fonts never load. I just get "Bitter failed to load" showing in the console. Is there any reasons that could make this happen. Any...
This is a big one: it includes a lot of changes and some stylistic ones so I'd understand if you don't like some of them and you might also not...
Now that browser support for `font-display` is [pretty good](https://caniuse.com/#search=font-display) which is supported in Chrome, Firefox, Safari, iOS (though no IE11 + Edge) - would you still recommend to use this...
In the documentation it looks like that through the `load` method it is possible to pass a string to be tested against the loading of the font. Hence in theory...
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...
I am using the font face observer in my react es6 project this way -- import FontFaceObserver from 'fontfaceobserver'; const openSansObserver = new FontFaceObserver('Open Sans'); Or even this , as...
We use this lib in several projects and were getting a lot of timeouts for fonts that actually did load. After fixing several issues related to the handling of the...
I've been getting some exceptions which I believe are down to me incorrectly naming a font: ``` Uncaught (in promise) A {family: "Source Sans Pro Regular", style: "normal", weight: "normal",...
When I was developing a project, I found that the same font file is reported as wrong in google browser, but it is OK in safari browser. What is the...