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

بدون خلاصۀ ویرایش
برچسب: برگردانده‌شده
بدون خلاصۀ ویرایش
 
(یک نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۱: خط ۱:
@font-face {
@font-face {
     font-family: 'Farhang-Regular';
     font-family: 'iranyekanwebregular';
     src: url('/fonts/Farhang-Regular.woff2') format('woff2'),
     src: url('/fonts/iranyekanwebregular.woff2') format('woff2'),
         url('/fonts/Farhang-Regular.woff') format('woff');
         url('/fonts/iranyekanwebregular.woff') format('woff');
     font-weight: normal;
     font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Farhang-Black';
    src: url('/fonts/Farhang-Black.woff2') format('woff2'),
        url('/fonts/Farhang-Black.woff') format('woff');
    font-weight: bold;
     font-style: normal;
     font-style: normal;
}
}
* {
* {
     font-family: 'Farhang-Regular', Arial, sans-serif !important;
     font-family: 'iranyekanwebregular', Arial, sans-serif !important;
}
}


body {
body {
     font-family: 'Farhang-Regular', Arial, sans-serif !important;
     font-family: 'iranyekanwebregular', Arial, sans-serif !important;
}
 
h1, h2, h3, h4, h5, h6 {
    font-family: 'Farhang-Black', Arial, sans-serif !important;
}
}


خط ۸۶: خط ۷۴:


body.page-Main_Page #firstHeading {
body.page-Main_Page #firstHeading {
    display: none;
}
#p-logo span {
    display: none;
}
.mw-logo span {
     display: none;
     display: none;
}
}