mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
Initial commit of V2.
This commit is contained in:
96
fonts/roboto.css
Normal file
96
fonts/roboto.css
Normal file
@@ -0,0 +1,96 @@
|
||||
@font-face {
|
||||
font-family: 'robotoregular';
|
||||
src: url('roboto_regular/Roboto-Regular-webfont.eot');
|
||||
src: url('roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('roboto_regular/Roboto-Regular-webfont.woff') format('woff'),
|
||||
url('roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'),
|
||||
url('roboto_regular/Roboto-Regular-webfont.svg#robotoregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotomedium';
|
||||
src: url('roboto_medium/Roboto-Medium-webfont.eot');
|
||||
src: url('roboto_medium/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('roboto_medium/Roboto-Medium-webfont.woff') format('woff'),
|
||||
url('roboto_medium/Roboto-Medium-webfont.ttf') format('truetype'),
|
||||
url('roboto_medium/Roboto-Medium-webfont.svg#robotomedium') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotobold';
|
||||
src: url('roboto_bold/Roboto-Bold-webfont.eot');
|
||||
src: url('roboto_bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('roboto_bold/Roboto-Bold-webfont.woff') format('woff'),
|
||||
url('roboto_bold/Roboto-Bold-webfont.ttf') format('truetype'),
|
||||
url('roboto_bold/Roboto-Bold-webfont.svg#robotobold') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotolight';
|
||||
src: url('roboto_light/Roboto-Light-webfont.eot');
|
||||
src: url('roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('roboto_light/Roboto-Light-webfont.woff') format('woff'),
|
||||
url('roboto_light/Roboto-Light-webfont.ttf') format('truetype'),
|
||||
url('roboto_light/Roboto-Light-webfont.svg#robotolight') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'robotothin';
|
||||
src: url('roboto_thin/Roboto-Thin-webfont.eot');
|
||||
src: url('roboto_thin/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('roboto_thin/Roboto-Thin-webfont.woff') format('woff'),
|
||||
url('roboto_thin/Roboto-Thin-webfont.ttf') format('truetype'),
|
||||
url('roboto_thin/Roboto-Thin-webfont.svg#robotolight') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'roboto_condensedbold';
|
||||
src: url('roboto_boldcondensed/RobotoCondensed-Bold-webfont.eot');
|
||||
src: url('roboto_boldcondensed/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('roboto_boldcondensed/RobotoCondensed-Bold-webfont.woff') format('woff'),
|
||||
url('roboto_boldcondensed/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
|
||||
url('roboto_boldcondensed/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'roboto_condensedregular';
|
||||
src: url('roboto_condensed/RobotoCondensed-Regular-webfont.eot');
|
||||
src: url('roboto_condensed/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('roboto_condensed/RobotoCondensed-Regular-webfont.woff') format('woff'),
|
||||
url('roboto_condensed/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
|
||||
url('roboto_condensed/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'roboto_condensedlight';
|
||||
src: url('roboto_lightcondensed/RobotoCondensed-Light-webfont.eot');
|
||||
src: url('roboto_lightcondensed/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('roboto_lightcondensed/RobotoCondensed-Light-webfont.woff') format('woff'),
|
||||
url('roboto_lightcondensed/RobotoCondensed-Light-webfont.ttf') format('truetype'),
|
||||
url('roboto_lightcondensed/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user