embedded-google-fonts icon indicating copy to clipboard operation
embedded-google-fonts copied to clipboard

Embed (base64 encoded) google fonts into css.

Results 2 embedded-google-fonts issues
Sort by recently updated
recently updated
newest added

It's sometimes helpful for performance purposes to only load a small subset of the font like so: Using `&text=abc` query parameter https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap&text=abc

Hello, I am trying to use these embedded fonts in svg but they are not loading and if I try to load them from googlefonts url (@import url(http://fonts.googleapis.com/css?family=Bonbon);), they load...