Created
June 20, 2019 14:03
-
-
Save ElfhirDev/0b1fb2cb0017873c686cc6e1df5ab037 to your computer and use it in GitHub Desktop.
Fix a bold rendering problem with Helvetica Neue "Faux Bold"
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'; | |
src: local('Helvetica Neue'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
@font-face { | |
font-family: 'Helvetica Neue'; | |
src: local('Helvetica Neue Gras'); | |
font-weight: 700; | |
font-style: normal; | |
} | |
@font-face { | |
font-family: 'Helvetica Neue'; | |
src: local('Helvetica Neue Italic'); | |
font-weight: normal; | |
font-style: italic; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment