Merge pull request #64 from matiassingers/patch-1
Load font with protocol relative URL
This commit is contained in:
commit
f86004c1d3
@ -1,6 +1,4 @@
|
|||||||
@import url(
|
@import url('//fonts.googleapis.com/css?family=Lato:400,700');
|
||||||
http://fonts.googleapis.com/css?family=Lato:400,700
|
|
||||||
);
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "FontAwesome";
|
font-family: "FontAwesome";
|
||||||
src: url("fonts/fontawesome.svg") format("svg"), url("fonts/fontawesome.woff") format("woff");
|
src: url("fonts/fontawesome.svg") format("svg"), url("fonts/fontawesome.woff") format("woff");
|
||||||
|
Loading…
Reference in New Issue
Block a user