12 lines
420 B
CSS
12 lines
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;
|
|
}
|