Load Lato Google Font without protocol, to allow for HTTPS serving of Shout

This commit is contained in:
Matias Singers 2014-09-09 14:38:12 +08:00
parent 2f5be12d00
commit 24920bf7ab
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
@import url(
http://fonts.googleapis.com/css?family=Lato:400,700
);
@import url('//fonts.googleapis.com/css?family=Lato:400,700');
@font-face {
font-family: "FontAwesome";
src: url("fonts/fontawesome.svg") format("svg"), url("fonts/fontawesome.woff") format("woff");