Author: harbs
Date: Mon Sep  2 20:44:49 2013
New Revision: 1519512

URL: http://svn.apache.org/r1519512
Log:
load google fonts using https

Modified:
    flex/site/trunk/templates/flex-v2-header.html

Modified: flex/site/trunk/templates/flex-v2-header.html
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/templates/flex-v2-header.html?rev=1519512&r1=1519511&r2=1519512&view=diff
==============================================================================
--- flex/site/trunk/templates/flex-v2-header.html (original)
+++ flex/site/trunk/templates/flex-v2-header.html Mon Sep  2 20:44:49 2013
@@ -10,7 +10,7 @@
 
     <!-- For Mobiles  -->
     <meta name="viewport" content="width=device-width, initial-scale=1, 
maximum-scale=1">
-    <link href='http://fonts.googleapis.com/css?family=Carrois+Gothic' 
rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Carrois+Gothic' 
rel='stylesheet' type='text/css'>
     <!-- CSS -->
     <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
     <link rel="stylesheet" type="text/css" href="css/fixed-width.css" 
id="layout">


Reply via email to