٢٢٤
تعديل
لا ملخص تعديل |
لا ملخص تعديل |
||
سطر ٣٧: | سطر ٣٧: | ||
/* Similarly, Safari 10.1/11 hack to use a better font and avoid Yeh diacrictic issue with CoreText and replace it with '.Arabic UI Display', their brand new font https://stackoverflow.com/a/25975282 */ | /* Similarly, Safari 10.1/11 hack to use a better font and avoid Yeh diacrictic issue with CoreText and replace it with '.Arabic UI Display', their brand new font https://stackoverflow.com/a/25975282 */ | ||
@media not all and (min-resolution:.001dpcm) { @media { | @media not all and (min-resolution:.001dpcm) { @media { | ||
body, | body, .mw-body-content h1, .mw-body-content h2, .mw-body-content #firstHeading, .mw-body-content .mw-editsection, .mw-body .mw-editsection-like, .mw-body-content #toc h2, .mw-body-content .toc h2, #template-documentation, #documentation-meta-data { | ||
font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; | font-family: amiri, system-ui, -apple-system, BlinkMacSystemFont, sans-serif; | ||
} | } | ||
textarea { font-family: 'Courier New', monospace; font-size: 100%; } | textarea { font-family: 'Courier New', monospace; font-size: 100%; } |