3 Fonts are downloaded instead of one ?
See original GitHub issueUsing this configuration in nuxt.config.js
:
webfontloader: {
google: {
families: ['Roboto:300,400,500,700']
}
}
I tried to build a simple app for production and run it with nuxt build
then nuxt start
.
And It seems that with the nuxt-webfontloader
, the font is downloaded 3 times with a different name 😄
Using the classic way without the module (using Nuxt config head
object) results in :
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Third-party installed font does not appear in the font list in ...
Method 1 · Clear the font caches. · On the Edit menu, click Select Duplicated Fonts. · On the Edit menu, click Resolve...
Read more >How to install multiple fonts at once, quick and easy - YouTube
This video will show you how to install several fonts, TrueType OpenType, ect... at one time with a simple drag and drop in...
Read more >How to easily install multiple fonts? | Presentation Agency
1. Open the folder where your newly downloaded fonts are (extract the zip. files) ... 3. Select the fonts you want to install...
Read more >How to easily install multiple fonts? | by 356labs
One -click way: Open the folder where your newly downloaded fonts are (extract the zip. files); If the extracted files are spread across...
Read more >Do fonts get downloaded if they've already been @font-faced ...
Yes, and only the first format is downloaded, not all. In addition, they only get downloaded if they are used on an element...
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 FreeTop 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
Top GitHub Comments
tl;dr
@kevinmarrec NVM.
Look at the stylesheet (example for Lato):
This loads fonts for latin and latin extend.
Quote from the npm package.