roxy-docs/in/static/fonts/roboto_regular/stylesheet.css
kitsunecafe b040598c56 initial
2024-02-20 06:43:51 -05:00

13 lines
418 B
CSS

@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;
}