roboto-npm-webfont
Version:
Roboto webfont package
12 lines (11 loc) • 420 B
CSS
@font-face {
font-family: 'Roboto';
src: url('fonts/Roboto-Thin.eot');
src: local('Roboto Thin'), local('Roboto-Thin'),
url('fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
url('fonts/Roboto-Thin.woff2') format('woff2'),
url('fonts/Roboto-Thin.woff') format('woff'),
url('fonts/Roboto-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}