Flesh out font faces
This commit is contained in:
parent
1bdb42b67e
commit
7231bcd5ce
2 changed files with 18 additions and 0 deletions
|
@ -13,6 +13,16 @@ $grey_d: #454545;
|
|||
font-family: 'Roboto';
|
||||
src: url('/fonts/Roboto-Regular.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('/fonts/Roboto-Italic.ttf') format('truetype');
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('/fonts/Roboto-Bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
}
|
||||
$roboto: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||
$roboto-light: Roboto-Light, 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||
|
||||
|
|
|
@ -5,6 +5,14 @@
|
|||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("/fonts/Roboto-Regular.ttf") format("truetype"); }
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("/fonts/Roboto-Italic.ttf") format("truetype");
|
||||
font-style: italic; }
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url("/fonts/Roboto-Bold.ttf") format("truetype");
|
||||
font-weight: bold; }
|
||||
* {
|
||||
box-sizing: border-box; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue