Helvetica Font
@font-face { | |
font-family: 'HelveticaNeue'; | |
src: url('../content/fonts/HelveticaNeue-Bold.woff') format('woff'), | |
url('../content/fonts/HelveticaNeue-Bold.ttf') format('truetype'); | |
font-weight: 800; | |
} | |
@font-face { | |
font-family: 'HelveticaNeue'; | |
src: url('../content/fonts/HelveticaNeue.woff') format('woff'), | |
url('../content/fonts/HelveticaNeue.ttf') format('truetype'); | |
font-weight: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment