Last active
August 29, 2017 09:58
-
-
Save animaux/66b9564d5ac5266a011d547ff479675d to your computer and use it in GitHub Desktop.
CSS fix for Lucida Granda hyphen-ndash-mixup
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: 'Ndash'; | |
src: local('Arial'); | |
unicode-range: U+2013-2014, U+002D; | |
} | |
body, | |
input, | |
textarea { | |
font-family: 'Ndash', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 'Lucida Grande', Leelawadee, Tahoma, Verdana, sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment