Skip to content

Instantly share code, notes, and snippets.

@animaux
Last active August 29, 2017 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save animaux/66b9564d5ac5266a011d547ff479675d to your computer and use it in GitHub Desktop.
Save animaux/66b9564d5ac5266a011d547ff479675d to your computer and use it in GitHub Desktop.
CSS fix for Lucida Granda hyphen-ndash-mixup
@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