49 lines
1.5 KiB
SCSS
49 lines
1.5 KiB
SCSS
@font-face {
|
|
font-family: 'roboto';
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
src: url('/assets/fonts/roboto-light-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-light-webfont.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'roboto';
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
src: url('/assets/fonts/roboto-italic-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-italic-webfont.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'roboto';
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
src: url('/assets/fonts/roboto-regular-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-regular-webfont.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'roboto';
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
src: url('/assets/fonts/roboto-bold-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-bold-webfont.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'roboto';
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
src: url('/assets/fonts/roboto-bolditalic-webfont.woff2') format('woff2'), url('/assets/fonts/roboto-bolditalic-webfont.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'inconsolata';
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
src: url('/assets/fonts/inconsolata-bold-webfont.woff2') format('woff2'), url('/assets/fonts/inconsolata-bold-webfont.woff') format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'inconsolata';
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
src: url('/assets/fonts/inconsolata-regular-webfont.woff2') format('woff2'), url('/assets/fonts/inconsolata-regular-webfont.woff') format('woff');
|
|
}
|