mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-22 19:53: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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user