۳۳٬۷۵۱
ویرایش
برچسب: خنثیسازی |
جزبدون خلاصۀ ویرایش |
||
| خط ۳۵: | خط ۳۵: | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Amiri'; | ||
font-style: italic; | |||
font-weight: 400; | |||
font-display: swap; | |||
src: url('/static/fonts/Amiri-Italic.woff2') format('woff2'), | |||
url('/static/fonts/Amiri-Italic.woff') format('woff'); | |||
} | |||
@font-face { | |||
font-family: 'Amiri'; | |||
font-style: italic; | |||
font-weight: 700; | |||
font-display: swap; | |||
src: url('/static/fonts/Amiri-BoldItalic.woff2') format('woff2'), | |||
url('/static/fonts/Amiri-BoldItalic.woff') format('woff'); | |||
} | |||
@font-face { | |||
font-family: 'Amiri'; | |||
font-style: normal; | font-style: normal; | ||
font-weight: 400; | font-weight: 400; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/ | src: url('/static/fonts/Amiri-Regular.woff2') format('woff2'), | ||
url('/static/fonts/ | url('/static/fonts/Amiri-Regular.woff') format('woff'); | ||
} | |||
@font-face { | |||
font-family: 'Amiri'; | |||
font-style: normal; | |||
font-weight: 700; | |||
font-display: swap; | |||
src: url('/static/fonts/Amiri-Bold.woff2') format('woff2'), | |||
url('/static/fonts/Amiri-Bold.woff') format('woff'); | |||
} | } | ||
| خط ۶۱: | خط ۸۸: | ||
.mw-body-content { | .mw-body-content { | ||
font-kerning: auto; | font-kerning: auto; | ||
line-height: 2.4; | line-height: 2.4; | ||
} | } | ||
| خط ۷۴: | خط ۱۰۰: | ||
.quran-text span:nth-child(2) { | .quran-text span:nth-child(2) { | ||
font-family: Quran,Tahoma,'DejaVu Sans'; | font-family: Quran, Tahoma,'DejaVu Sans'; | ||
word-spacing: 2px; | word-spacing: 2px; | ||
color: #215e21; | color: #215e21; | ||
| خط ۸۶: | خط ۱۱۲: | ||
.arabic-text { | .arabic-text { | ||
font-family: | font-family: 'Amiri', serif; | ||
color: #202122; | color: #202122; | ||
line-height: | font-size: 18px; | ||
line-height: 2.5; | |||
} | } | ||
.hadith-text { | .hadith-text { | ||
font-family: | font-family: 'Amiri', serif; | ||
color: #215e21; | color: #215e21; | ||
line-height: | font-size: 18px; | ||
line-height: 2.5; | |||
} | } | ||
| خط ۱۰۸: | خط ۱۳۲: | ||
font-size: 19px; | font-size: 19px; | ||
} | } | ||
/* Ace editor now supports RTL editing but a monospace font with Arabic should be set for correct functionality */ | |||
.ace_editor { font-family: 'Courier New', monospace!important; } | |||
/* 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 ----------------- */ | ||