site/fonts/roboto-mono/font.css

29 lines
1.5 KiB
CSS

/* roboto-mono-regular - latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: url('roboto-mono-v7-latin-ext-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto Mono'), local('RobotoMono-Regular'),
url('roboto-mono-v7-latin-ext-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('roboto-mono-v7-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('roboto-mono-v7-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
url('roboto-mono-v7-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('roboto-mono-v7-latin-ext-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
}
/* roboto-mono-italic - latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: italic;
font-weight: 400;
src: url('roboto-mono-v7-latin-ext-italic.eot'); /* IE9 Compat Modes */
src: local('Roboto Mono Italic'), local('RobotoMono-Italic'),
url('roboto-mono-v7-latin-ext-italicd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('roboto-mono-v7-latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('roboto-mono-v7-latin-ext-italic.woff') format('woff'), /* Modern Browsers */
url('roboto-mono-v7-latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('roboto-mono-v7-latin-ext-italic.svg#RobotoMono') format('svg'); /* Legacy iOS */
}