Remove Google fonts call
AnsweredHi,
I'm using my own custom font files, is there a way to easily disable the Google font include, or do I need to do this with a child file?
e.g.
https://fonts.googleapis.com/…ss?family=Karla|Roboto+Slab:400,700.less
Thanks
Andrew
-
Official comment
Andrew,
Good question.
You'll need to copy static_pages.less in your child theme using the same file path, and remove below line from the file.
@import url('https://fonts.googleapis.com/css?family=Karla%7CRoboto+Slab:400,700');
So, you should have a copy of static_pages.less file in your child theme without the font import:
app/design/frontend/Pearl/weltpixel_custom/web/css/source/static_pages.less
Comment actions
Please sign in to leave a comment.
Comments
1 comment