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

بدون خلاصۀ ویرایش
برچسب: واگردانی دستی
بدون خلاصۀ ویرایش
خط ۲۰: خط ۲۰:
   These are written over the time on Monobook.css and Vector.css and shouldn't
   These are written over the time on Monobook.css and Vector.css and shouldn't
   be changed radically without users consensus */
   be changed radically without users consensus */
body {
/*body {*/
/* generally a sans-serif font should be here */
/* generally a sans-serif font should be here */
font-family: iransansx, tahoma;
/* font-family: iransansx, tahoma;*/
/*}*/
@supports (font-variation-settings: normal) {
    body {
    font-family: 'iransansxv', tahoma;
    }
}
}