mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 22:10:22 +00:00
Merge pull request #64 from matiassingers/patch-1
Load font with protocol relative URL
This commit is contained in:
commit
f86004c1d3
1 changed files with 1 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue