33 lines
672 B
CSS
33 lines
672 B
CSS
@font-face {
|
|
font-family: 'Roboto';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(Roboto-normal-400.woff) format('woff');
|
|
unicode-range: U+0-10FFFF;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto Condensed';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(Roboto_Condensed-normal-400.woff) format('woff');
|
|
unicode-range: U+0-10FFFF;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto Mono';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(Roboto_Mono-normal-400.woff) format('woff');
|
|
unicode-range: U+0-10FFFF;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto Slab';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(Roboto_Slab-normal-400.woff) format('woff');
|
|
unicode-range: U+0-10FFFF;
|
|
}
|
|
|