mirror of
https://github.com/captainark/mystartpage.git
synced 2024-11-13 05:27:39 +01:00
fetch font over https to prevent mixed-content messages
This commit is contained in:
parent
e77e968b0d
commit
e1c06f1cf7
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user