1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-23 01:03:02 +02:00

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/
This commit is contained in:
Peter Dave Hello
2014-05-18 01:02:58 +08:00
parent 03ddf929cc
commit c8d8166ba8

View File

@@ -5,7 +5,7 @@
Theme name: Apaxy Theme name: Apaxy
Theme author: @adamwhitcroft 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 */ /* Have to use @import for the font, as you can only specify a single stylesheet */
* { * {
margin:0; margin:0;