Skip to content

Commit 8c2f63e

Browse files
authored
Fix font URLs in https
mixed content stuff :<
1 parent 026ee0c commit 8c2f63e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700);
1+
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700);
22

3-
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,700);
3+
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,700);
44

5-
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,100,700);
5+
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,100,700);
66

7-
@import url(http://fonts.googleapis.com/css?family=Sacramento);
7+
@import url(https://fonts.googleapis.com/css?family=Sacramento);
88

99

1010
/* ------------------------ */

0 commit comments

Comments
 (0)