We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b80362 commit 18fdce1Copy full SHA for 18fdce1
assets/css/custom.scss
@@ -251,6 +251,14 @@ blockquote {
251
-webkit-appearance: none;
252
}
253
254
+@font-face {
255
+ font-family: 'Vazirmatn';
256
+ src: url('/assets/fonts/Vazirmatn-Variable.woff2') format('woff2-variations');
257
+ font-weight: 100 900;
258
+ font-style: normal;
259
+ font-display: swap;
260
+}
261
+
262
*:lang(fa) {
263
.article-body,
264
.lead,
@@ -259,4 +267,8 @@ blockquote {
267
h3 {
268
direction: rtl; /* Right to Left */
269
270
271
+ * {
272
+ font-family: 'Vazirmatn', sans-serif;
273
+ }
274
0 commit comments