٨٬٤٩٨
تعديل
Nazarzadeh (نقاش | مساهمات) (الرجوع عن التعديل 11 بواسطة Nazarzadeh (نقاش)) |
Nazarzadeh (نقاش | مساهمات) لا ملخص تعديل |
||
سطر ١: | سطر ١: | ||
/* | /* arabic fonts */ | ||
@ | @import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic&family=Noto+Sans+Arabic&display=swap'); | ||
/* Amiri Font */ | /* Amiri Font */ | ||
@font-face { | @font-face { | ||
سطر ١١: | سطر ٨: | ||
src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2'); | src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2'); | ||
unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC; | unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC; | ||
} | } | ||
سطر ٢٣: | سطر ١٥: | ||
body { | body { | ||
/* generally a sans-serif font should be here */ | /* generally a sans-serif font should be here */ | ||
font-family: 'Noto Sans Arabic', sans-serif; | |||
} | } | ||
سطر ٣١: | سطر ٢٤: | ||
#documentation-meta-data { | #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 Naskh Arabic', serif; | |||
font-weight: bold; | |||
} | } | ||