I want to import fonts from Google Fonts without having them in the directory and without having to import them in my .html file. Is there any way to reference a .css file from your main .css file?
-
There might be a reason you need to do this, but in case you didn't know, while this does help to consolidate your CSS, it is actually better performance wise to include Google Fonts directly from the CDN in your HTML file instead of including it in the CSS.bencodezen– bencodezen2017-05-10 00:37:05 +00:00Commented May 10, 2017 at 0:37
Add a comment
|