مدیاویکی:Common.css: تفاوت میان نسخهها
پرش به ناوبری
پرش به جستجو
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۳۳: | خط ۳۳: | ||
font-family: 'Vazirmatn', sans-serif !important; | font-family: 'Vazirmatn', sans-serif !important; | ||
font-weight: 700 !important; /* اعمال بولد برای عناوین */ | font-weight: 700 !important; /* اعمال بولد برای عناوین */ | ||
} | |||
/* اعمال فونت وزیرمتن به تمام جداول */ | |||
table, .mw-parser-output table { | |||
font-family: 'Vazirmatn', sans-serif !important; | |||
} | } | ||
نسخهٔ ۲۳ مهٔ ۲۰۲۶، ساعت ۰۹:۲۵
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */
/* تعریف فونت وزیرمتن */
@font-face {
font-family: 'Vazirmatn';
src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Vazirmatn';
src: url('/fonts/Vazirmatn-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
/* اعمال فونت به کل سایت */
body, #mw-head, #mw-panel, .vector-menu-heading, .mw-body {
font-family: 'Vazirmatn', sans-serif !important;
}
/* تنظیم جهت متن برای زبان فارسی */
body {
direction: rtl;
text-align: right;
}
/* اصلاح فونت برای تمامی تیترها و عناوین مقالات */
h1, h2, h3, h4, h5, h6,
.firstHeading,
.mw-body-content h1,
.mw-body-content h2,
#firstHeading {
font-family: 'Vazirmatn', sans-serif !important;
font-weight: 700 !important; /* اعمال بولد برای عناوین */
}
/* اعمال فونت وزیرمتن به تمام جداول */
table, .mw-parser-output table {
font-family: 'Vazirmatn', sans-serif !important;
}