Skip to content

Instantly share code, notes, and snippets.

@gabfiocchi
Created July 26, 2023 18:29
Show Gist options
  • Select an option

  • Save gabfiocchi/a8e997a738268e66ff49482978300603 to your computer and use it in GitHub Desktop.

Select an option

Save gabfiocchi/a8e997a738268e66ff49482978300603 to your computer and use it in GitHub Desktop.
@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