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
I am currently doing it like the following:
npm install --save typeface-source-sans-pro
)import 'typeface-titillium-web';
)font-family: 'Titillium Web', sans-serif;
)Keep in mind that with this the font gets self-hosted. So you don't have the support of the cached fonts on a cdn any more.