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

Merge pull request #21 from PeterDaveHello/patch-1

Using a protocol-independent absolute path for google fonts
This commit is contained in:
Adam Whitcroft
2014-06-23 11:14:12 +01:00

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;