Hi,
Thanks.
I am using Source Sans Pro and I actually added the following code to the Custom CSS/JS part:
<link href=’http://fonts.useso.com/css?family=Source+Sans+Pro:400,200,300,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic’ rel=’stylesheet’ type=’text/css’>
But the font does not appear in the dropdown after chosen Google in the Font Options. This code now appears in the WordPress Footer Hook:
<!–// WORDPRESS FOOTER HOOK //–>
<div style=”display:none”>
</div>
<div id=”sf-option-params” data-slider-slidespeed=”6000″ data-slider-animspeed=”500″ data-slider-autoplay=”0″></div>
<link href=’http://fonts.useso.com/css?family=Source+Sans+Pro:400,200,300,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic’ rel=’stylesheet’ type=’text/css’>
This code still appears in the WordPress Head Hook:
<link rel=’stylesheet’ id=’open-sans-css’ href=’//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.1′ type=’text/css’ media=’all’ />