fix fonts
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 6 Mar 2015 18:09:48 +0000 (13:09 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 6 Mar 2015 18:09:48 +0000 (13:09 -0500)
Toolkit/Page.php

index ec0a823..37e3d2f 100755 (executable)
@@ -146,7 +146,7 @@ class Toolkit_Page
             : BASE_URL . 'index.php';
 
         // Resources needed for every page.
-        $baseFontUrl = ($_SERVER['HTTPS'] == 'on') ? 'https;//': 'http://';
+        $baseFontUrl = '//';
         $GLOBALS['styleSheets'] = array(
             $baseFontUrl . 'fonts.googleapis.com/css?family=Oleo+Script:400,700',
             $baseFontUrl . 'fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps:400,700',