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

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
خط ۱: خط ۱:
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار می‌دهند. */
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار می‌دهند. */
/* وارد کردن فونت وزیرمتن از گوگل فونت */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;300;400;500;600;700;800;900&display=swap');


/* اعمال فونت روی تمام بخش‌های اصلی سایت */
/* فونت لوکال وزیرمتن */
 
@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
 
/* اعمال فونت */
 
body, h1, h2, h3, h4, h5, h6, p, div, span, a, button, input, textarea, select, .mw-body, .mw-heading, .vector-menu-heading, td, th {
body, h1, h2, h3, h4, h5, h6, p, div, span, a, button, input, textarea, select, .mw-body, .mw-heading, .vector-menu-heading, td, th {
     font-family: 'Vazirmatn', Tahoma, sans-serif !important;
     font-family: 'Vazirmatn', Tahoma, sans-serif !important;
}
}


/* تنظیم جهت متن و چینش برای فارسی راست‌چین بهتر */
/* تنظیمات پایه */
body {
body {
     direction: rtl;
     direction: rtl;