مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
فونت وزیر |
||
خط ۱۶: | خط ۱۶: | ||
body { | body { | ||
/* generally a sans-serif font should be here */ | /* generally a sans-serif font should be here */ | ||
font-family: Tahoma, 'Iranian Sans', 'DejaVu Sans', 'Noto Sans Arabic', 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif; | font-family: Vazir, Tahoma, 'Iranian Sans', 'DejaVu Sans', 'Noto Sans Arabic', 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif; | ||
} | } | ||
div#content h1, div#content h2, div#content #firstHeading, div#content .mw-editsection, .mw-body .mw-editsection-like, div#content #toc h2, div#content .toc h2, #template-documentation, #documentation-meta-data { | div#content h1, div#content h2, div#content #firstHeading, div#content .mw-editsection, .mw-body .mw-editsection-like, div#content #toc h2, div#content .toc h2, #template-documentation, #documentation-meta-data { | ||
/* generally a serif font should be here but Arial is not acceptable for Persian */ | /* generally a serif font should be here but Arial is not acceptable for Persian */ | ||
font-family: Tahoma, 'Iranian Serif', 'Noto Kufi Arabic', 'Droid Arabic Naskh', 'Iranian Sans', 'DejaVu Sans', serif; | font-family: Vazir, Tahoma, 'Iranian Serif', 'Noto Kufi Arabic', 'Droid Arabic Naskh', 'Iranian Sans', 'DejaVu Sans', serif; | ||
} | } | ||
خط ۱٬۸۱۲: | خط ۱٬۸۱۲: | ||
/* not showing the unnecessary parts of feedback form */ | /* not showing the unnecessary parts of feedback form */ | ||
.articleFeedbackv5-confirmation-panel {display:none} | .articleFeedbackv5-confirmation-panel {display:none} | ||
/* Vazir Font | |||
@font-face { | |||
font-family: 'Vazir'; | |||
src: url('/fonts/Vazir.eot?#') format('eot'), | |||
url('/fonts/Vazir.woff') format('woff'), | |||
url('/fonts/Vazir.ttf') format('truetype'); | |||
} |