جز
تغییر فونت در حالت نمایش موبایل
(صفحهای تازه حاوی «body { ←generally a sans-serif font should be here: font-family: Behdad, Tahoma, sans-serif; } /* If is IE Edge/Windows 10, Arabi...» ایجاد کرد) |
جز (تغییر فونت در حالت نمایش موبایل) |
||
| خط ۱: | خط ۱: | ||
@font-face { | |||
font-family: 'Samim'; | |||
src: url('/w/resources/fonts/Samim.eot'); | |||
src: url('/w/resources/fonts/Samim.eot?#iefix') format('embedded-opentype'), | |||
url('/w/resources/fonts/Samim.woff') format('woff'), | |||
url('/w/resources/fonts/Samim.ttf') format('truetype'); | |||
font-weight: normal; | |||
} | |||
@font-face { | |||
font-family: 'Samim'; | |||
src: url('/w/resources/fonts/Samim-Bold.eot'); | |||
src: url('/w/resources/fonts/Samim-Bold.eot?#iefix') format('embedded-opentype'), | |||
url('/w/resources/fonts/Samim-Bold.woff') format('woff'), | |||
url('/w/resources/fonts/Samim-Bold.ttf') format('truetype'); | |||
font-weight: bold; | |||
} | |||
@font-face { | |||
font-family: 'me_quran'; | |||
src: url('/w/resources/fonts/me_quran.eot') format('embedded-opentype'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
@font-face { | |||
font-family: 'me_quran'; | |||
src: url('/w/resources/fonts/me_quran.woff') format('woff'), url('/w/resources/fonts/me_quran.ttf') format('truetype'), url('/w/resources/fonts/me_quran.svg#me_quran') format('svg'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
.quran { | |||
font-family:me_quran,Scheherazade,mry_KacstQurn,Tahoma; | |||
font-size:12pt; | |||
color: #3B7A57; | |||
} | |||
.quran2 { | |||
font-family:me_quran,Scheherazade,mry_KacstQurn,Tahoma; | |||
font-size:8pt; | |||
color: #3B7A57; | |||
} | |||
body { | body { | ||
/* generally a sans-serif font should be here */ | /* generally a sans-serif font should be here */ | ||
font-family: | font-family: Samim; | ||
} | } | ||
| خط ۱۲: | خط ۵۳: | ||
#template-documentation, #documentation-meta-data, h3, h4 { | #template-documentation, #documentation-meta-data, h3, h4 { | ||
/* 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: Samim; | ||
} | } | ||
/* force these to use inherited font configuration */ | /* force these to use inherited font configuration */ | ||