9 lines
210 B
CSS
9 lines
210 B
CSS
/* Fonts */
|
|
|
|
@font-face {
|
|
font-family: 'roboto';
|
|
src: url('roboto-light.woff2?#iefix') format('woff2'),
|
|
url('roboto-light.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|