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

از Sicar
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۱: خط ۱۱:


   html, body{
   html, body{
     font-family: vazir_fd;
     font-family: 'vazir_fd',"Roboto", sans-serif;
     font-weight: 400;
     font-weight: 400;


خط ۱۷: خط ۱۷:


main#content {
main#content {
     font-family: 'vazir_fd';
     font-family: 'vazir_fd',"Roboto", sans-serif;
}
}


h1 {
h1 {
     font-weight: 900;
     font-weight: 900;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
direction : rtl;
font-family: "vazir_fd", "Roboto", sans-serif;
}
.mw-body {
font-family: "vazir_fd", "Roboto", sans-serif;
direction: rtl;
}
}

نسخهٔ ‏۲ مارس ۲۰۲۴، ساعت ۰۸:۳۶

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

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

  html, body{
    font-family: 'vazir_fd',"Roboto", sans-serif;
    font-weight: 400;

}

main#content {
    font-family: 'vazir_fd',"Roboto", sans-serif;
}

h1 {
    font-weight: 900;
}

 .mw-body h1, .mw-body-content h1, .mw-body-content h2 {
direction : rtl;
font-family: "vazir_fd", "Roboto", sans-serif;
}

 .mw-body {
font-family: "vazir_fd", "Roboto", sans-serif;
direction: rtl;
}