اطلاعیه: از همه ایران دوستان عزیز دعوت می‌کنیم در ایجاد و به‌روزرسانی صفحات جاویدنامان همیاری نمایند. در حال حاضر میتوانید بدون عضویت در ثبت تاریخ کمک نمایید.

مدیاویکی:Common.css: تفاوت میان نسخه‌ها

از ویکی‌یاد
Adminwki (بحث | مشارکت‌ها)
افزودن فونت وزیر
 
Adminwki (بحث | مشارکت‌ها)
جز «مدیاویکی:Common.css» را محافظت کرد ([ویرایش=تنها مدیران] (بی‌پایان) [انتقال=تنها مدیران] (بی‌پایان))
(بدون تفاوت)

نسخهٔ ۲۲ ژانویهٔ ۲۰۲۶، ساعت ۱۷:۳۵

/* Import Vazirmatn from Google Fonts (supports Persian/Arabic very well) */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');

/* Apply Vazirmatn as the main UI font everywhere possible */
body,
#mw-page-base,
#mw-head-base,
#content,
.mw-body,
.mw-body-content,
.vector-menu,
.vector-menu-heading,
.vector-menu-content,
#p-personal ul,
#footer,
.mw-indicators,
.mw-editsection,
.mw-parser-output,
input, button, select, textarea,
.oo-ui-labelElement-label,
.skin-vector,
.skin-vector-search-vue,
.skin-vector-2022 {  /* Covers Vector 2022 skin - most common now */
    font-family: "Vazirmatn", "Noto Sans Arabic", "DejaVu Sans", Tahoma, Arial, sans-serif !important;
}

/* Headings - make them bolder or adjust if needed */
h1, h2, h3, h4, h5, h6,
.mw-first-heading,
#firstHeading {
    font-family: "Vazirmatn", "Noto Kufi Arabic", sans-serif !important;
    font-weight: 700;  /* Medium-bold for better readability */
}

/* Code / monospace elements - keep a fallback monospace font */
code, pre, .mw-code {
    font-family: "Vazirmatn", ui-monospace, monospace !important;
}

/* Optional: Improve line height and spacing for Persian text */
body {
    line-height: 1.7;
}