8 lines
194 B
CSS
8 lines
194 B
CSS
|
@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;
|
||
|
}
|