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?