Update URL reference for stylesheet inclusion
-
Your links for CSS are coming across without the http prefix. This happens in multiple spots. Furthermore, include a system check to see if the specific font is already being included. In my case, I use Reenie Beanie font elsewhere. No need to load and parse it twice.
<link rel=’stylesheet’ id=’ssbaFont-css’ href=’//fonts.googleapis.com/css?family=Reenie+Beanie&ver=3.9.1′ type=’text/css’ media=’all’ />
<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=3.9.1′ type=’text/css’ media=’all’ />
The topic ‘Update URL reference for stylesheet inclusion’ is closed to new replies.