11 lines
425 B
SCSS
11 lines
425 B
SCSS
@font-face {
|
|
font-family: sahel;
|
|
src: url("../fonts/sahel/Farsi-Digits/Sahel-FD.eot");
|
|
src: url("../fonts/sahel/Farsi-Digits/Sahel-FD.eot?#iefix")
|
|
format("embedded-opentype"),
|
|
url("../fonts/sahel/Farsi-Digits/Sahel-FD.woff2") format("woff2"),
|
|
url("../fonts/sahel/Farsi-Digits/Sahel-FD.woff") format("woff"),
|
|
url("../fonts/sahel/Farsi-Digits/Sahel-FD.ttf") format("truetype");
|
|
font-weight: normal;
|
|
}
|