21 lines
473 B
SCSS
21 lines
473 B
SCSS
@font-face {
|
|
font-family: 'roboto';
|
|
src: url('../fonts/roboto/roboto-light.woff') format('woff');
|
|
font-weight: lighter;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'roboto';
|
|
src: url('../fonts/roboto/roboto-regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'roboto';
|
|
src: url('../fonts/roboto/roboto-bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|