۳۳٬۷۴۹
ویرایش
جزبدون خلاصۀ ویرایش |
جزبدون خلاصۀ ویرایش |
||
خط ۳۵: | خط ۳۵: | ||
@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'); | |||
} | } | ||
خط ۷۵: | خط ۱۰۲: | ||
.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; | |||
} | } | ||