In Pro, 90% of the time, if I go to Appearance > Customize then the browser crashes (Chrome crashed nearly all the time, Firefox seems OK). If I do manage to get in then the settings are different from Pro > Theme Options.
The issue I have is that under Appearance > Customize there are fonts loaded that I am not using. i.e. logo font, navbar font etc. So even though I am using the header builder these fonts are added into the head of my HTML.
I am using the template manager and Pro then loads the fonts into the footer of the HTML page. As such it is calling “Open Sans” twice, once in the head, once at the bottom of the page. It also loads Lato as that is set as the logo and navbar font in Customise.
At the moment I have Open Sans & Lato loading based on Customize settings and Open Sans & Droid Serif loading due to font template manager.
Any idea how to prevent the fonts etc. set in Customize section from loading when using the header builder and font templates?
At the very least any idea how to prevent the same font loading twice?
ie. in my HTML head
<link rel='stylesheet' id='x-google-fonts-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300%2C300italic%2C700%2C700italic%7CLato%3A700&subset=latin%2Clatin-ext&ver=1.2.7' type='text/css' media='all' />
and in the bottom of the page.
<link rel='stylesheet' id='cs-google-fonts-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300%2C300i%2C700&ver=2.1.7#038;subset=latin,latin-ext' type='text/css' media='all' />