-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cdbf822
commit 0913abe
Showing
42 changed files
with
1,077 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-Black.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-Black.woff') format('woff'); | ||
font-weight: 900; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-BlackItalic.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-BlackItalic.woff') format('woff'); | ||
font-weight: 900; | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-Bold.woff') format('woff'); | ||
font-weight: bold; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-Mediu.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff'); | ||
font-weight: 500; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-MediumItalic.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-MediumItalic.woff') format('woff'); | ||
font-weight: 500; | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-Roman.woff') format('woff'); | ||
font-weight: normal; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-RomanItalic.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-RomanItalic.woff') format('woff'); | ||
font-weight: 500; | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-Light.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-Light.woff') format('woff'); | ||
font-weight: 300; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-LightItalic.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-LightItalic.woff') format('woff'); | ||
font-weight: 300; | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-Thin.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-Thin.woff') format('woff'); | ||
font-weight: 100; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-ThinItalic.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-ThinItalic.woff') format('woff'); | ||
font-weight: 100; | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-XThin.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-XThin.woff') format('woff'); | ||
font-weight: 100; | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Neue Haas Grotesk Display Pro'; | ||
src: url('../fonts/NeueHaasDisplay-XThinItalic.woff2') format('woff2'), | ||
url('../fonts/NeueHaasDisplay-XThinItalic.woff') format('woff'); | ||
font-weight: 100; | ||
font-style: italic; | ||
font-display: swap; | ||
} |
Oops, something went wrong.