|
|
خط ۳۱: |
خط ۳۱: |
| 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-face {
| |
| font-family: 'Amiri';
| |
| font-style: italic;
| |
| font-weight: 400;
| |
| font-display: swap;
| |
| src: url('/static/fonts/Amiri-Italic.woff2') format('woff2');
| |
| }
| |
|
| |
| @font-face {
| |
| font-family: 'Amiri';
| |
| font-style: italic;
| |
| font-weight: 700;
| |
| font-display: swap;
| |
| src: url('/static/fonts/Amiri-BoldItalic.woff2') format('woff2');
| |
| }
| |
|
| |
| @font-face {
| |
| font-family: 'Amiri';
| |
| font-style: normal;
| |
| font-weight: 400;
| |
| font-display: swap;
| |
| src: url('/static/fonts/Amiri-Regular.woff2') format('woff2');
| |
| }
| |
|
| |
| @font-face {
| |
| font-family: 'Amiri';
| |
| font-style: normal;
| |
| font-weight: 700;
| |
| font-display: swap;
| |
| 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');
| |
| } | | } |
|
| |
|
خط ۱۷۱: |
خط ۸۴: |
|
| |
|
| .arabic-text { | | .arabic-text { |
| font-family: 'KFGQPCUthmanTahaNaskh'; | | font-family: 'Lateef',serif; |
| color: #215e21; | | color: #202122; |
| font-size: 20px; | | font-size: 23px; |
| line-height: 2; | | line-height: 1.5; |
| font-style: normal; | | font-weight: 300; |
| } | | } |
|
| |
|
| .hadith-text { | | .hadith-text { |
| font-family: 'KFGQPCUthmanTahaNaskh'; | | font-family: 'Amiri', serif; |
| color: #215e21; | | color: #215e21; |
| font-size: 20px; | | font-size: 18px; |
| line-height: 2; | | line-height: 2.2; |
| font-style: normal;
| |
| } | | } |
|
| |
|
خط ۱۹۱: |
خط ۱۰۳: |
|
| |
|
| .references-small .arabic-text { | | .references-small .arabic-text { |
| font-size: 18px; | | font-size: 21px; |
| } | | } |
|
| |
|
| .references-small .hadith-text { | | .references-small .hadith-text { |
| font-size: 18px; | | 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 { | | .ace_editor { font-family: 'Courier New', monospace!important; } |
| font-family: 'Courier New', monospace!important;
| |
| } | |
|
| |
|
| /* force these to use inherited font configuration */ | | /* force these to use inherited font configuration */ |
خط ۲۱۱: |
خط ۱۲۱: |
| font-style: inherit; /* Reset default styling for <dfn> */ | | font-style: inherit; /* Reset default styling for <dfn> */ |
| } | | } |
|
| |
| sup, sub { | | sup, sub { |
| line-height: 1em; /* Reduce line-height for <sup> and <sub> */ | | line-height: 1em; /* Reduce line-height for <sup> and <sub> */ |
| } | | } |
|
| |
| /* --------------------- End Font Style ----------------- */ | | /* --------------------- End Font Style ----------------- */ |
|
| |
|