Disable Google Fonts
-
I noticed the widget.css imports the Open Sans from Google fonts:
@import url(//fonts.googleapis.com/css?family=Open+Sans);/*!
The best practice is to import external files via a hook so a developer can control it. It looks like this is not the case. How can this import be canceled or removed?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable Google Fonts’ is closed to new replies.