167
ترامیم
مکوئی خلاصۂ ترمیم نہیں |
مکوئی خلاصۂ ترمیم نہیں |
||
سطر 1: | سطر 1: | ||
/* ------------------------------ Font ------------------------------ */ | /* ------------------------------ Font ------------------------------ */ | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Noto Nastaliq Urdu'; | ||
font-style: normal; | font-style: normal; | ||
font-weight: | font-weight: 400; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/ | src: url('/static/fonts/NotoNastaliqUrdu-Regular.woff2') format('woff2') | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Noto Nastaliq Urdu'; | ||
font-style: normal; | font-style: normal; | ||
font-weight: | font-weight: 500; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/ | src: url('/static/fonts/NotoNastaliqUrdu-Medium.woff2') format('woff2') | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Noto Nastaliq Urdu'; | ||
font-style: normal; | font-style: normal; | ||
font-weight: | font-weight: 600; | ||
font-display: swap; | font-display: swap; | ||
src: url('/static/fonts/ | src: url('/static/fonts/NotoNastaliqUrdu-SemiBold.woff2') format('woff2') | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Noto Nastaliq Urdu'; | ||
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/NotoNastaliqUrdu-Bold.woff2') format('woff2') | ||
} | } | ||
body { | body { | ||
/* generally a sans-serif font should be here */ | /* generally a sans-serif font should be here */ | ||
font-family: | font-family: 'Noto Nastaliq Urdu', serif !important; | ||
} | } | ||
سطر 43: | سطر 39: | ||
#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: | font-family: 'Noto Nastaliq Urdu', serif !important; | ||
line-height: | line-height: 2.3; | ||
} | } | ||