Files
Microbot-v2/meteor/meteor-3/fonts/roboto/stylesheet.css
2019-12-08 15:41:01 +05:30

67 lines
2.4 KiB
CSS

@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'),
local('Roboto-Regular'),
url('Roboto-Regular-webfont.woff') format('woff');
}
@font-face {
font-family: 'Roboto';
src: url('Roboto-Bold-webfont.eot');
src: local('Roboto'),
local('Roboto-Bold'),
url('Roboto-Bold-webfont.woff') format('woff'),
url('Roboto-Bold-webfont.ttf') format('truetype'),
url('Roboto-Bold-webfont.svg#robotobold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Roboto Condensed';
src: url('RobotoCondensed-Regular-webfont.eot');
src: local('Roboto Condensed'), local('Roboto-Condensed'), url('RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoCondensed-Regular-webfont.woff') format('woff'),
url('RobotoCondensed-Regular-webfont.ttf') format('truetype'),
url('RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto Condensed';
src: url('RobotoCondensed-Bold-webfont.eot');
src: local('Roboto Condensed Bold'),
local('Roboto-Condensed-Bold'),
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: bold;
font-style: normal;
}
@font-face {
font-family: 'Roboto Condensed';
src: local('Roboto Condensed Light'),
local('Roboto-Condensed-Light'),
url('RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoCondensed-Light-webfont.woff') format('woff');
font-weight: 300;
font-style: normal;
}
/*@font-face {
font-family: 'Roboto Condensed';
src: url('RobotoCondensed-Light-webfont.eot');
src: url('RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoCondensed-Light-webfont.woff') format('woff'),
url('RobotoCondensed-Light-webfont.ttf') format('truetype'),
url('RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
font-weight: 300;
font-style: normal;
}*/