Skip to content

Commit 05f6df3

Browse files
authored
CSQMM V2.0
CSQMM V2.0
2 parents 6a5fd86 + 87e0b01 commit 05f6df3

28 files changed

Lines changed: 262 additions & 102 deletions
133 KB
Binary file not shown.
133 KB
Binary file not shown.
133 KB
Binary file not shown.
132 KB
Binary file not shown.
132 KB
Binary file not shown.
132 KB
Binary file not shown.
132 KB
Binary file not shown.
133 KB
Binary file not shown.
132 KB
Binary file not shown.

Assets/fonts/Vazirmatn/fonts.css

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
@font-face {
2+
font-family: "Vazirmatn";
3+
src: url("Vazirmatn-Black.ttf") format("truetype");
4+
font-weight: 900;
5+
font-style: normal;
6+
font-display: swap;
7+
}
8+
9+
@font-face {
10+
font-family: "Vazirmatn";
11+
src: url("Vazirmatn-Bold.ttf") format("truetype");
12+
font-weight: bold;
13+
font-style: normal;
14+
font-display: swap;
15+
}
16+
17+
@font-face {
18+
font-family: "Vazirmatn";
19+
src: url("Vazirmatn-ExtraBold.ttf") format("truetype");
20+
font-weight: bold;
21+
font-style: normal;
22+
font-display: swap;
23+
}
24+
25+
@font-face {
26+
font-family: "Vazirmatn";
27+
src: url("Vazirmatn-ExtraLight.ttf") format("truetype");
28+
font-weight: 200;
29+
font-style: normal;
30+
font-display: swap;
31+
}
32+
33+
@font-face {
34+
font-family: "Vazirmatn";
35+
src: url("Vazirmatn-Light.ttf") format("truetype");
36+
font-weight: 300;
37+
font-style: normal;
38+
font-display: swap;
39+
}
40+
41+
@font-face {
42+
font-family: "Vazirmatn";
43+
src: url("Vazirmatn-Medium.ttf") format("truetype");
44+
font-weight: 500;
45+
font-style: normal;
46+
font-display: swap;
47+
}
48+
49+
@font-face {
50+
font-family: "Vazirmatn";
51+
src: url("Vazirmatn-Regular.ttf") format("truetype");
52+
font-weight: normal;
53+
font-style: normal;
54+
font-display: swap;
55+
}
56+
57+
@font-face {
58+
font-family: "Vazirmatn";
59+
src: url("Vazirmatn-SemiBold.ttf") format("truetype");
60+
font-weight: 600;
61+
font-style: normal;
62+
font-display: swap;
63+
}
64+
65+
@font-face {
66+
font-family: "Vazirmatn";
67+
src: url("Vazirmatn-Thin.ttf") format("truetype");
68+
font-weight: 100;
69+
font-style: normal;
70+
font-display: swap;
71+
}

0 commit comments

Comments
 (0)