Load fonts over ssl
This commit is contained in:
parent
2ea032c15f
commit
2a2c68590a
4
app.css
4
app.css
|
@ -1,6 +1,6 @@
|
|||
/*! Google fonts */
|
||||
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300);
|
||||
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:300);
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300);
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:300);
|
||||
|
||||
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
|
||||
html {
|
||||
|
|
Loading…
Reference in a new issue