I\'ve been trying for an hour to find a way to import a Google Font into a VueJS Component, but I cannot seem to find a solution, nothing worked yet, not even the stuff from pre
Don't use the google-fonts-webpack-plugin package nor the google-fonts-plugin. They don't work with Vue.
Using @import doesn't solve the problem neither, if you want to do a PWA and use the fonts offline.
The solution I used was to use fontsource, they have all Google Fonts. Just install the font you want with yarn and then import it in your SASS.