You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/01/23 11:40:49 UTC

svn commit: r1560625 - /libcloud/site/trunk/source/_layouts/default.html

Author: tomaz
Date: Thu Jan 23 10:40:48 2014
New Revision: 1560625

URL: http://svn.apache.org/r1560625
Log:
Load fonts from https url.

Modified:
    libcloud/site/trunk/source/_layouts/default.html

Modified: libcloud/site/trunk/source/_layouts/default.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_layouts/default.html?rev=1560625&r1=1560624&r2=1560625&view=diff
==============================================================================
--- libcloud/site/trunk/source/_layouts/default.html (original)
+++ libcloud/site/trunk/source/_layouts/default.html Thu Jan 23 10:40:48 2014
@@ -29,8 +29,8 @@
 
     <link href="/blog/atom.xml" type="application/atom+xml" rel="alternate" title="Apache Libcloud Blog Feed" />
 
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
-    <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
 
     <!-- Facebook OpenGraph tags -->
     <meta content="{{ site.title }}" property="og:site_name">