18 lines
654 B
CSS
18 lines
654 B
CSS
@import "/static/dist/css/Vazirmatn-font-face.css";
|
|
|
|
@font-face {
|
|
font-family: 'Sahel';
|
|
src: url('/static/fonts/Sahel-FD.eot');
|
|
src: url('/static/fonts/Sahel-FD.eot?#iefix') format('embedded-opentype'),
|
|
url('/static/fonts/Sahel-FD.woff') format('woff'),
|
|
url('/static/fonts/Sahel-FD.ttf') format('truetype');
|
|
font-weight: normal;
|
|
}
|
|
|
|
[dir="rtl"],
|
|
[dir="rtl"] * {
|
|
font-family: 'Sahel', /*'Vazirmatn', 'Vazir',*/ "Font Awesome 6 Free",
|
|
"Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
|
|
"Segoe UI Emoji", "Segoe UI Symbol" !important;
|
|
}
|