Received a shortened path to a Gotham font...
https://cloud.typography.com/[path shortened]/css/fonts.css
Attempting to use it in a @font-face definition but facing issues with the src format:
@font-face {
font-family: 'Gotham';
src: url("https://cloud.typography.com/[path shortened]/css/fonts.css");
font-family: "Gotham SSm A", "Gotham SSm B";
font-style: normal;
font-weight: 400;
}
Trying to implement it like this:
body {
font-family: 'Gotham', sans-serif;
}
However, always getting the fallback sans-serif font instead of Gotham.
Note: The font is paid for and properly licensed by typography for testing on the domain).