مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۱۰: | خط ۱۰: | ||
} | } | ||
:root { | |||
--defaultFont: vazir_fd,"Roboto", sans-serif; | --defaultFont: vazir_fd,"Roboto", sans-serif; | ||
} | |||
html, body{ | html, body{ | ||
نسخهٔ ۲ مارس ۲۰۲۴، ساعت ۰۸:۴۳
/* 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;
}
:root {
--defaultFont: vazir_fd,"Roboto", sans-serif;
}
html, body{
font-family: var(--defaultFont);
font-weight: 400;
}
main#content {
font-family: var(--defaultFont);
}
h1 {
font-weight: 900;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
direction : rtl;
font-family: var(--defaultFont);
}
.mw-body {
font-family: var(--defaultFont);
direction: rtl;
}