View Single Post
  #1  
Old 03-14-2017, 07:00 AM
 
xgarb xgarb is offline
 

eXpert
  
Join Date: Jul 2004
Location: UK
Posts: 263
 

Default Huge number of webfonts in basic install

Using this tool http://yellowlab.tools I've discovered that my site is loading 58 webfonts!

In View/CommonResources I found this:

Code:
array( 'url' => '//fonts.googleapis.com/css?family=' . urlencode('Open Sans:300italic,400italic,600italic,700italic,400,300,600,700') . '&subset=' . urlencode('latin,cyrillic,latin-ext'), 'media' => 'not print', ),

Should I over-ride this?

I imagine I only need this Open+Sans:300,400,700 and the latin subset for a European language site?
__________________
Core version: 5.5.xx
Reply With Quote