Last active
December 22, 2015 00:38
-
-
Save ambar/6390181 to your computer and use it in GitHub Desktop.
Mac/iOS arabic crash bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'Helvetica Neue'; | |
unicode-range: U+0600—06FF, U+0750—077F, U+08A0—08FF, U+FB50—FDFF, U+FE70—FEFF, U+10E60—10E7F, U+1EE00—1EEFF; | |
src: local(Arial); | |
} | |
@font-face { | |
font-family: 'Helvetica Neue'; | |
font-weight: bold; | |
unicode-range: U+0600—06FF, U+0750—077F, U+08A0—08FF, U+FB50—FDFF, U+FE70—FEFF, U+10E60—10E7F, U+1EE00—1EEFF; | |
src: local(Arial); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment