Being able to use Google Fonts CDN
See original GitHub issueCurrently I’m having issues with Azure and the fonts with some 404 errors:
Since the fonts referenced in the final CSS output use the “hash” included, using CDN fonts would not work either. Would be nice to have the option to not use the npm package roboto-fontface
, saving with that space in the bundle too.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Using web fonts – Fonts Knowledge - Google Fonts
First we'll need to load the font files; then, we need to reference those files and assign weights and styles (although these first...
Read more >Get Started with the Google Fonts API
This guide explains how to use the Google Fonts API to add fonts to your web pages. You don't need to do any...
Read more >CSS Google Fonts - W3Schools
Google Fonts are free to use, and have more than 1000 fonts to choose from. How To Use Google Fonts. Just add a...
Read more >How to Migrate Google Fonts CDN to Your Own CDN - KeyCDN
The first thing you will want to do is download the Google Fonts that you want to use. The easiest way to do...
Read more >Is 'Google Web Fonts' or CDN bad? - Stack Overflow
These fallbacks have to enable these users to be able to retrieve the content, nothing more. But I wont stop using intelligent new...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
In your /src/themes/app.mat.styl and /src/themes/app.ios.styl add this definition before importing Quasar’s Stylus:
$quasar-dont-import-fonts = true
Will be available in next Quasar version.
Fonts were added mainly for Cordova apps as using a CDN can break your app when you’re offline. However, it’s a good idea to be able to use CDN when building a website, so will make this possible soon. Thanks for opening this!