مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۱: | خط ۱: | ||
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */ | /* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */ | ||
/* اعمال فونت | /* فونت لوکال وزیرمتن */ | ||
@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; | ||