Add fonts so we don't have to hit googlefonts

pull/749/head
lilia 10 years ago
parent 34d5f3e88a
commit 5821e0ddee

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1,4 +1,6 @@
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);
@font-face {
font-family: 'Roboto';
src: url("/fonts/Roboto-Regular.ttf") format("truetype"); }
body, input {
font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif; }

@ -1,4 +1,7 @@
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);
@font-face {
font-family: 'Roboto';
src: url('/fonts/Roboto-Regular.ttf') format('truetype');
}
body, input {
font-family: $roboto;
@ -311,4 +314,4 @@ button {
.settings-open & {
display: block;
}
}
}

Loading…
Cancel
Save