You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No matter what I try my font files are replaced every time I save the config file. I believe this is causing me an issue where my site's font reverts to times new roman.
If I set download: false then my fonts all render properly and everything looks OK. If I set download: true then my site loads with the correct font and then it pops out and is replaced with times new roman.
I've watched my assets/fonts directory and regardless of waht overwriting is set to, the font files are replaced each time I save the config file.
The text was updated successfully, but these errors were encountered:
djdd87
changed the title
"overwriting" config still overwriting files when download set to true.
"overwriting" config set to false still overwriting files when download set to true.
Sep 18, 2023
I've configured the following in my nuxt.config.ts:
No matter what I try my font files are replaced every time I save the config file. I believe this is causing me an issue where my site's font reverts to times new roman.
If I set
download: false
then my fonts all render properly and everything looks OK. If I setdownload: true
then my site loads with the correct font and then it pops out and is replaced with times new roman.I've watched my assets/fonts directory and regardless of waht
overwriting
is set to, the font files are replaced each time I save the config file.The text was updated successfully, but these errors were encountered: