fix: bug font

This commit is contained in:
hamid zarghami
2026-07-13 16:27:24 +03:30
parent 51e9f598c1
commit 4b8031b9e5
12 changed files with 57 additions and 15 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+63
View File
@@ -0,0 +1,63 @@
@font-face {
font-family: "IRANYekan";
src: url("./Qs_Iranyekan thin.ttf") format("truetype");
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IRANYekan";
src: url("./Qs_Iranyekan light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IRANYekan";
src: url("./Qs_Iranyekan.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IRANYekan";
src: url("./Qs_Iranyekan medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IRANYekan";
src: url("./Qs_Iranyekan bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IRANYekan";
src: url("./Qs_Iranyekan extrabold.ttf") format("truetype");
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IRANYekan";
src: url("./Qs_Iranyekan black.ttf") format("truetype");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "IRANYekan";
src: url("./Qs_Iranyekan extrablack.ttf") format("truetype");
font-weight: 950;
font-style: normal;
font-display: swap;
}