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

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


a {
body, .mw-body {
   color: #990000 !important;
   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;
}