Add fonts so we don't have to hit googlefonts

This commit is contained in:
lilia 2015-01-23 16:03:21 -10:00
parent 34d5f3e88a
commit 5821e0ddee
14 changed files with 8 additions and 3 deletions

BIN
fonts/Roboto-Black.ttf Normal file

Binary file not shown.

Binary file not shown.

BIN
fonts/Roboto-Bold.ttf Normal file

Binary file not shown.

BIN
fonts/Roboto-BoldItalic.ttf Normal file

Binary file not shown.

BIN
fonts/Roboto-Italic.ttf Normal file

Binary file not shown.

BIN
fonts/Roboto-Light.ttf Normal file

Binary file not shown.

Binary file not shown.

BIN
fonts/Roboto-Medium.ttf Normal file

Binary file not shown.

Binary file not shown.

BIN
fonts/Roboto-Regular.ttf Normal file

Binary file not shown.

BIN
fonts/Roboto-Thin.ttf Normal file

Binary file not shown.

BIN
fonts/Roboto-ThinItalic.ttf Normal file

Binary file not shown.

View file

@ -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; }

View file

@ -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;
}
}
}