٨٧٣
تعديل
Wikivahdat (نقاش | مساهمات) طلا ملخص تعديل |
Wikivahdat (نقاش | مساهمات) طلا ملخص تعديل |
||
سطر ١: | سطر ١: | ||
/* ------------------------------ Font ------------------------------ */ | /* ------------------------------ Font ------------------------------ */ | ||
@font-face { | @font-face { | ||
font-family: 'Noto | font-family: 'Noto Sans Arabic'; | ||
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/NotoSansArabic-Regular.woff2') format('woff2') | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Noto | font-family: 'Noto Sans Arabic'; | ||
font-style: normal; | font-style: normal; | ||
font-weight: 500; | font-weight: 500; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/ | src: url('/static/fonts/NotoSansArabic-Medium.woff2') format('woff2') | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Noto | font-family: 'Noto Sans Arabic'; | ||
font-style: normal; | font-style: normal; | ||
font-weight: 600; | font-weight: 600; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/ | src: url('/static/fonts/NotoSansArabic-SemiBold.woff2') format('woff2') | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Noto | font-family: 'Noto Sans Arabic'; | ||
font-style: normal; | font-style: normal; | ||
font-weight: 700; | font-weight: 700; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/ | src: url('/static/fonts/NotoSansArabic-Bold.woff2') format('woff2') | ||
} | } | ||
body { | body { | ||
/* generally a sans-serif font should be here */ | /* generally a sans-serif font should be here */ | ||
font-family: 'Noto | font-family: 'Noto Sans Arabic', serif !important; | ||
} | } | ||
سطر ٣٩: | سطر ٣٩: | ||
#template-documentation, #documentation-meta-data { | #template-documentation, #documentation-meta-data { | ||
/* generally a serif font should be here but Arial is not acceptable for Persian */ | /* generally a serif font should be here but Arial is not acceptable for Persian */ | ||
font-family: 'Noto | font-family: 'Noto Sans Arabic', serif !important; | ||
line-height: 1.6; | line-height: 1.6; | ||
} | } | ||
سطر ٢٧٦: | سطر ٢٧٦: | ||
.hlist li:after { | .hlist li:after { | ||
content: " • "; | content: " • "; | ||
font-family: Tahoma,'Noto Serif','Droid Arabic | font-family: Tahoma,'Noto Serif','Droid Arabic Sans','DejaVu Sans',serif !important; | ||
} | } | ||
.hlist dd:last-child:after, | .hlist dd:last-child:after, |