Created
April 18, 2019 17:59
-
-
Save ArtemSites/c39a2c7fd5667a0b8de278381d00f9fb to your computer and use it in GitHub Desktop.
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: 'Proxima Nova'; | |
src: url('../fonts/proximanova-bold-webfont.eot'); | |
src: url('../fonts/proximanova-bold-webfont.eot?#iefix') | |
format('embedded-opentype'), | |
url('../fonts/proximanova-bold-webfont.woff2') format('woff2'), | |
url('../fonts/proximanova-bold-webfont.woff') format('woff'), | |
url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), | |
url('../fonts/proximanova-bold-webfont.svg#proxima_novabold') | |
format('svg'); | |
font-weight: 600; | |
font-style: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment