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

از Sicar
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱: خط ۱:
/* CSS placed here will be applied to all skins */
/* 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;
}


h1 {
h1 {
خط ۱۲: خط ۲۱:
}
}


.mw-body-content {
font-family: vazir_fd;
}


  .mw-body h1, .mw-body-content h1, .mw-body-content h2 {
  .mw-body h1, .mw-body-content h1, .mw-body-content h2 {

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

/* 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;
}

h1 {
    font-family: Vazirmatn;
    font-weight: 900;
}

  html, body{
    font-family: Vazirmatn;
    font-weight: 400;

}

.mw-body-content {
font-family: vazir_fd;
}

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

 .mw-body {
font-family: "Vazirmatn", "Roboto", sans-serif;
}