41 lines
1.1 KiB
CSS
41 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url('../fonts/roboto-italic-webfont.woff2') format('woff2'),
|
|
url('../fonts/roboto-italic-webfont.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
|
|
url('../fonts/roboto-light-webfont.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
|
|
url('../fonts/roboto-regular-webfont.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
|
|
url('../fonts/roboto-medium-webfont.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
|
|
url('../fonts/roboto-bold-webfont.woff') format('woff');
|
|
|
|
}
|