پرش به محتوا

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

از ویکی ایران
صفحه‌ای تازه حاوی «دستورات این بخش همهٔ کاربران را تحت تاثیر قرار می‌دهند.: @font-face { font-family: vazir; src: url('/fonts/Vazir-FD.woff2') format('woff2'); font-weight: 400; } @font-face { font-family: vazir; src: url('/fonts/Vazir-Medium-FD.woff2') format('woff2'); font-weight: 600; } @font-face { font-family: vazir; src: url('/fonts/Vazir-Bold-FD.woff2') format('woff2'); font-we...» ایجاد کرد
 
بدون خلاصۀ ویرایش
خط ۳۲: خط ۳۲:
html, body {
html, body {
     font-family: vazir;
     font-family: vazir;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family:vazir;
font-weight:900;
}
}

نسخهٔ ‏۴ مهٔ ۲۰۲۵، ساعت ۰۶:۰۲

/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار می‌دهند. */
@font-face {
  font-family: vazir;
  src: url('/fonts/Vazir-FD.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: vazir;
  src: url('/fonts/Vazir-Medium-FD.woff2') format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: vazir;
  src: url('/fonts/Vazir-Bold-FD.woff2') format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: vazir;
  src: url('/fonts/Vazir-Black-FD.woff2') format('woff2');
  font-weight: 900;
}

@font-face {
  font-family: nastaliq;
  src: url('/fonts/IranNastaliq.woff2') format('woff2');
  font-weight: 900;
}

html, body {
    font-family: vazir;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
	font-family:vazir;
	font-weight:900;
}