mirror of
https://github.com/kremalicious/kbdfun.git
synced 2024-11-22 17:50:28 +01:00
8 lines
424 B
CSS
8 lines
424 B
CSS
|
@font-face {
|
||
|
font-family: 'RobotoRegular';
|
||
|
src: url('../fonts/Roboto-Regular-webfont.eot');
|
||
|
src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|