مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۲: | خط ۲: | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'vazir'; | ||
src: url('./custom-fonts/Vazir-Regular | src: url('./custom-fonts/vazir-regular/Vazir-Regular.ttf') format('truetype'), | ||
url('./custom-fonts/Vazir-Regular | url('./custom-fonts/vazir-regular/Vazir-Regular.woff') format('woff'); | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
| خط ۱۲: | خط ۱۲: | ||
:root { | :root { | ||
--defaultFont: | --defaultFont: vazir, "Roboto", sans-serif; | ||
} | } | ||
نسخهٔ ۲۷ آوریل ۲۰۲۴، ساعت ۰۸:۰۰
/* 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,
button,
#personal h2 {
font-family: var(--defaultFont);
}