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

از Sicar
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
/* CSS placed here will be applied to all skins */
@font-face {
    font-family: 'vazir';
    src: url('./custom-fonts/vazir-regular/Vazir-Regular.ttf') format('truetype'),
        url('./custom-fonts/vazir-regular/Vazir-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --defaultFont: vazir, "Roboto", sans-serif;
}
html,
body {
    font-family: var(--defaultFont) !important;
    font-weight: 400;
}
h1 {
    font-weight: 900;
}
main#content,
span[class^="mw-"],
.mw-*,
button,
#personal h2 {
    font-family: var(--defaultFont);
}
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


خط ۶۹: خط ۳۳:
.mw-body-content h2,
.mw-body-content h2,
h1[class^=mw-],
h1[class^=mw-],
h2[class^=mw-],
h3[class^=mw-],
h4[class^=mw-],
h5[class^=mw-],
h6[class^=mw-],
button,
button,
#personal h2 {
#personal h2 {

نسخهٔ ‏۲۷ آوریل ۲۰۲۴، ساعت ۰۸:۳۰

/* CSS placed here will be applied to all skins */

@font-face {
    font-family: 'vazir';
    src: url('./custom-fonts/vazir-regular/Vazir-Regular.ttf') format('truetype'),
        url('./custom-fonts/vazir-regular/Vazir-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --defaultFont: vazir, "Roboto", sans-serif;
}

html,
body {
    font-family: var(--defaultFont) !important;
    font-weight: 400;
}



h1 {
    font-weight: 900;
}

main#content,
.mw-body,
.mw-body h1,
.mw-body-content h1,
.mw-body-content h2,
h1[class^=mw-],
h2[class^=mw-],
h3[class^=mw-],
h4[class^=mw-],
h5[class^=mw-],
h6[class^=mw-],
button,
#personal h2 {
    font-family: var(--defaultFont);
}

span[class^=mw-]{
font-family: var(--defaultFont);
}