13 lines
418 B
CSS
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;
|
|
|
|
}
|
|
|