1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-22 22:34:42 +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 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;