base_ui/assets/common/scss/_sahel-single-font-weight.scss
2025-04-30 10:48:34 +03:30

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;
}