مدیاویکی:Common.css: تفاوت میان نسخهها
ظاهر
Adminfirst (بحث | مشارکتها) بدون خلاصۀ ویرایش |
Adminfirst (بحث | مشارکتها) بدون خلاصۀ ویرایش |
||
خط ۱: | خط ۱: | ||
@font-face { | @font-face { | ||
font-family: 'Farhang'; | font-family: 'Farhang'; | ||
src: url('/ | src: url('/fonts/Farhang.woff2') format('woff2'), | ||
url('/fonts/Farhang.woff') format('woff'); | |||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
خط ۸: | خط ۹: | ||
@font-face { | @font-face { | ||
font-family: 'Farhang-Black'; | font-family: 'Farhang-Black'; | ||
src: url('/ | src: url('/fonts/Farhang-Black.woff2') format('woff2'), | ||
url('/fonts/Farhang-Black.woff') format('woff'); | |||
font-weight: bold; | font-weight: bold; | ||
font-style: normal; | font-style: normal; | ||
خط ۱۴: | خط ۱۶: | ||
body { | body { | ||
font-family: ' | font-family: 'Farhang_', Arial, sans-serif !important; | ||
} | } | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
font-family: ' | font-family: 'Farhang_Black', Arial, sans-serif !important; | ||
} | } |
نسخهٔ ۱۸ مارس ۲۰۲۵، ساعت ۲۲:۳۱
@font-face { font-family: 'Farhang'; src: url('/fonts/Farhang.woff2') format('woff2'), url('/fonts/Farhang.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Farhang-Black'; src: url('/fonts/Farhang-Black.woff2') format('woff2'), url('/fonts/Farhang-Black.woff') format('woff'); font-weight: bold; font-style: normal; } body { font-family: 'Farhang_', Arial, sans-serif !important; } h1, h2, h3, h4, h5, h6 { font-family: 'Farhang_Black', Arial, sans-serif !important; }