mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
13 lines
462 B
CSS
13 lines
462 B
CSS
|
@font-face {
|
||
|
font-family: 'roboto_condensedbold';
|
||
|
src: url('RobotoCondensed-Bold-webfont.eot');
|
||
|
src: url('RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||
|
url('RobotoCondensed-Bold-webfont.woff') format('woff'),
|
||
|
url('RobotoCondensed-Bold-webfont.ttf') format('truetype'),
|
||
|
url('RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
|
||
|
}
|
||
|
|