مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۲۲: | خط ۲۲: | ||
h1 { | h1 { | ||
font-weight: 900; | font-weight: 900; | ||
} | } |
نسخهٔ ۲ مارس ۲۰۲۴، ساعت ۰۸:۳۴
/* 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; font-weight: 400; } main#content { font-family: 'vazir_fd'; } h1 { font-weight: 900; }