جز
خنثیسازی ویرایش 858612 از Heydari (بحث)
جز (اصلاح فونت) |
برچسب: خنثیسازی |
||
خط ۱: | خط ۱: | ||
/* --------------------- Begin Font Style ----------------- */ | /* --------------------- Begin Font Style ----------------- */ | ||
@font-face { | @font-face { | ||
font-family: 'Samim'; | |||
src: url('/w/resources/fonts/Samim.woff') format('woff'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'me_quran'; | |||
src: url('/w/resources/fonts/me_quran.woff') format('woff'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'KFGQPCUthmanTahaNaskh'; | |||
src: url('/w/resources/fonts/KFGQPCUthmanTahaNaskh.woff') format('woff'); | |||
font-weight: normal; | |||
font-style: normal; | |||
font- | |||
font- | |||
} | } | ||
خط ۶۴: | خط ۴۱: | ||
font-size: 1.15em; | font-size: 1.15em; | ||
font-style: oblique; | font-style: oblique; | ||
font-synthesis: | font-synthesis: inherit; | ||
font-weight: 500; | font-weight: 500; | ||
} | } | ||
خط ۷۲: | خط ۴۹: | ||
font-size: 1.15em; | font-size: 1.15em; | ||
font-style: oblique; | font-style: oblique; | ||
font-synthesis: | font-synthesis: inherit; | ||
font-weight: 500; | |||
color: #215e21; | color: #215e21; | ||
} | } | ||
body { | |||
/* generally a sans-serif font should be here */ | |||
font-family: Samim; | |||
} | } | ||
#bodyContent { | |||
line-height: 2; | |||
font-size: 0.93em; | |||
} | } | ||
/* | /* If is IE Edge/Windows 10, Arabic diacritics are broken so use Segoe UI as default font instead */ | ||
_:-ms-lang(x), _:-webkit-full-screen, body { | |||
font-family: 'Segoe UI', Tahoma, 'Iranian Sans', 'DejaVu Sans', 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif; | |||
} | |||
.pre-content h1, .content h1, .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, h3, h4, .flow-topic-title{ | |||
/* generally a serif font should be here but Arial is not acceptable for Persian */ | |||
font-family: Samim; | |||
} | |||
/* force these to use inherited font configuration */ | /* force these to use inherited font configuration */ | ||
.ui-widget, .ui-widget *, button, input, select, optgroup { | .ui-widget, .ui-widget *, button, input, select, optgroup { | ||
font-family: inherit; | |||
} | } | ||
/* end */ | /* end */ | ||
dfn { | dfn { | ||
font-style: inherit; /* Reset default styling for <dfn> */ | |||
} | } | ||
sup, sub { | sup, sub { | ||
line-height: 1em; /* Reduce line-height for <sup> and <sub> */ | |||
} | } | ||
/* --------------------- End Font Style ----------------- */ | /* --------------------- End Font Style ----------------- */ |