mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-10 14:16:47 -04:00
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;
|
|
|
|
}
|
|
|