۳۳٬۷۵۱
ویرایش
جزبدون خلاصۀ ویرایش |
جزبدون خلاصۀ ویرایش |
||
| خط ۳۰: | خط ۳۰: | ||
font-weight: 400; | font-weight: 400; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/me_quran.woff2') format('woff2 | src: url('/static/fonts/me_quran.woff2') format('woff2'); | ||
} | } | ||
| خط ۳۹: | خط ۳۸: | ||
font-weight: 400; | font-weight: 400; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/Amiri-Italic.woff2') format('woff2 | src: url('/static/fonts/Amiri-Italic.woff2') format('woff2'); | ||
} | } | ||
| خط ۴۸: | خط ۴۶: | ||
font-weight: 700; | font-weight: 700; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/Amiri-BoldItalic.woff2') format('woff2 | src: url('/static/fonts/Amiri-BoldItalic.woff2') format('woff2'); | ||
} | } | ||
| خط ۵۷: | خط ۵۴: | ||
font-weight: 400; | font-weight: 400; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/Amiri-Regular.woff2') format('woff2 | src: url('/static/fonts/Amiri-Regular.woff2') format('woff2'); | ||
} | } | ||
| خط ۶۶: | خط ۶۲: | ||
font-weight: 700; | font-weight: 700; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/Amiri-Bold.woff2') format('woff2') | src: url('/static/fonts/Amiri-Bold.woff2') format('woff2'); | ||
} | |||
@font-face { | |||
font-family: 'Lateef'; | |||
font-style: normal; | |||
font-weight: 200; | |||
font-display: swap; | |||
src: url('/static/fonts/Lateef-ExtraLight.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'Lateef'; | |||
font-style: normal; | |||
font-weight: 300; | |||
font-display: swap; | |||
src: url('/static/fonts/Lateef-Light.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'Lateef'; | |||
font-style: normal; | |||
font-weight: 400; | |||
font-display: swap; | |||
src: url('/static/fonts/Lateef-Regular.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'Lateef'; | |||
font-style: normal; | |||
font-weight: 500; | |||
font-display: swap; | |||
src: url('/static/fonts/Lateef-Medium.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'Lateef'; | |||
font-style: normal; | |||
font-weight: 600; | |||
font-display: swap; | |||
src: url('/static/fonts/Lateef-SemiBold.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'Lateef'; | |||
font-style: normal; | |||
font-weight: 700; | |||
font-display: swap; | |||
src: url('/static/fonts/Lateef-Bold.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'Lateef'; | |||
font-style: normal; | |||
font-weight: 800; | |||
font-display: swap; | |||
src: url('/static/fonts/Lateef-ExtraBold.woff2') format('woff2'); | |||
} | } | ||
| خط ۸۸: | خط ۱۳۸: | ||
.mw-body-content { | .mw-body-content { | ||
font-kerning: auto; | font-kerning: auto; | ||
font-size: 15px; | |||
line-height: 2.4; | line-height: 2.4; | ||
} | } | ||
| خط ۱۱۲: | خط ۱۶۳: | ||
.arabic-text { | .arabic-text { | ||
font-family: ' | font-family: 'Lateef',serif; | ||
color: #202122; | color: #202122; | ||
font-size: | font-size: 23px; | ||
line-height: | line-height: 1.5; | ||
font-weight: 300; | |||
} | } | ||
| خط ۱۲۳: | خط ۱۷۴: | ||
color: #215e21; | color: #215e21; | ||
font-size: 18px; | font-size: 18px; | ||
line-height: 2. | line-height: 2.2; | ||
} | } | ||
| خط ۱۳۱: | خط ۱۸۱: | ||
} | } | ||
.references-small . | .references-small .arabic-text { | ||
font-size: 21px; | |||
} | |||
.references-small .hadith-text { | |||
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 now supports RTL editing but a monospace font with Arabic should be set for correct functionality */ | ||
.ace_editor { font-family: 'Courier New', monospace!important; } | .ace_editor { font-family: 'Courier New', monospace!important; } | ||