mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-10 17:24:44 +00:00
13 lines
404 B
CSS
Executable File
13 lines
404 B
CSS
Executable File
@font-face {
|
|
font-family: 'robotolight';
|
|
src: url('Roboto-Light-webfont.eot');
|
|
src: url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('Roboto-Light-webfont.woff') format('woff'),
|
|
url('Roboto-Light-webfont.ttf') format('truetype'),
|
|
url('Roboto-Light-webfont.svg#robotolight') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|