Created
July 26, 2023 18:29
-
-
Save gabfiocchi/a8e997a738268e66ff49482978300603 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: "TT Norms Pro"; | |
| font-weight: 400; | |
| font-style: normal; | |
| font-display: swap; | |
| src: local("TT Norms Pro"), | |
| url("https://static.cookunity.com/cross/front-lib/fonts/tt-norms-pro-normal.woff2") format("woff2"), | |
| url("https://static.cookunity.com/cross/front-lib/fonts/tt-norms-pro-normal.woff") format("woff"), | |
| url("https://static.cookunity.com/cross/front-lib/fonts/tt-norms-pro-normal.ttf") format("truetype"); | |
| } | |
| @font-face { | |
| font-family: "TT Norms Pro"; | |
| font-weight: 700; | |
| font-style: normal; | |
| font-display: swap; | |
| src: url("https://statics.cookunity.com/fonts/tt-norms-pro/tt-norms-pro-bold.woff2") format("woff2"), | |
| url("https://statics.cookunity.com/fonts/tt-norms-pro/tt-norms-pro-bold.woff") format("woff"), | |
| url("https://statics.cookunity.com/fonts/tt-norms-pro/tt-norms-pro-bold.ttf") format("truetype"); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment