From c8d8166ba829e6c52362efbe9686dd8d95a3f333 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 18 May 2014 01:02:58 +0800 Subject: [PATCH] Using a protocol-independent absolute path for google fonts Using a protocol-independent url is better, especially when the website use https to transfer the webpage, just let the browser to decide which protocol it will prefer to use. reference : http://www.paulirish.com/2010/the-protocol-relative-url/ --- apaxy/theme/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apaxy/theme/style.css b/apaxy/theme/style.css index 3a383bb..792c8ee 100644 --- a/apaxy/theme/style.css +++ b/apaxy/theme/style.css @@ -5,7 +5,7 @@ Theme name: Apaxy Theme author: @adamwhitcroft \*------------------------------------*/ -@import url('http://fonts.googleapis.com/css?family=Open+Sans'); +@import url('//fonts.googleapis.com/css?family=Open+Sans'); /* Have to use @import for the font, as you can only specify a single stylesheet */ * { margin:0;