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

از ویکی تست
پرش به ناوبری پرش به جستجو
بدون خلاصۀ ویرایش
برچسب: برگردانده‌شده
بدون خلاصۀ ویرایش
 
(۳ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۱: خط ۱:
body {
@font-face {
   background-color: yellow !important;
   font-family: 'IRANSans';
   color: red !important;
  src: url('/resources/fonts/IRANSans.woff2') format('woff2'),
      url('/resources/fonts/IRANSans.woff') format('woff'),
      url('/resources/fonts/IRANSans.ttf') format('truetype');
  font-weight: normal;
   font-style: normal;
}
 
body, .mw-body {
  font-family: 'IRANSans', Tahoma, Arial, sans-serif !important;
}
}

نسخهٔ کنونی تا ‏۵ ژوئن ۲۰۲۵، ساعت ۱۸:۳۶

@font-face {
  font-family: 'IRANSans';
  src: url('/resources/fonts/IRANSans.woff2') format('woff2'),
       url('/resources/fonts/IRANSans.woff') format('woff'),
       url('/resources/fonts/IRANSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body, .mw-body {
  font-family: 'IRANSans', Tahoma, Arial, sans-serif !important;
}