Skip to content

Instantly share code, notes, and snippets.

@ElfhirDev
Created June 20, 2019 14:03
Show Gist options
  • Save ElfhirDev/0b1fb2cb0017873c686cc6e1df5ab037 to your computer and use it in GitHub Desktop.
Save ElfhirDev/0b1fb2cb0017873c686cc6e1df5ab037 to your computer and use it in GitHub Desktop.
Fix a bold rendering problem with Helvetica Neue "Faux Bold"
@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