fetch font over https to prevent mixed-content messages

This commit is contained in:
CaptainArk 2016-03-14 21:57:46 +01:00
parent e77e968b0d
commit e1c06f1cf7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Roboto:400,200);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,200);
* {
margin: 0;
padding: 0; }