roxy-docs/in/static/fonts/roboto_regular/stylesheet.css

13 lines
418 B
CSS
Raw Permalink Normal View History

2024-02-20 11:42:49 +00:00
@font-face {
font-family: 'robotoregular';
src: url('roboto-regular-webfont.eot');
src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('roboto-regular-webfont.woff') format('woff'),
url('roboto-regular-webfont.ttf') format('truetype'),
url('roboto-regular-webfont.svg#robotoregular') format('svg');
font-weight: normal;
font-style: normal;
}