How to import fonts (not coming from CDNs) for local and production environment? #11
Unanswered
silversonicaxel
asked this question in
Q&A
Replies: 1 comment 8 replies
-
There is a discussion of similar issues here: sass/sass#1015
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've this scss code in the file
src/assets/styles/_fonts.scss
:and I've in the folder
src/assets/fonts
the fonts specified right above in the scssand I've the import in the main file
src/App.vue
This error occurs:
ideas on how to fix it?
I was able to see it working locally only setting this scss code into
src/App.vue
but once built, the fonts are not properly included, of course.thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions