8 lines
224 B
SCSS
8 lines
224 B
SCSS
@font-face {
|
|
font-family: 'sahel';
|
|
src: url('../fonts/sahel.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/sahel.woff') format('woff'),
|
|
url('../fonts/sahel.ttf') format('truetype');
|
|
font-weight: normal;
|
|
}
|