jrbrugger Posted August 19, 2021 Share Posted August 19, 2021 Hi all, I am trying to use 3 custom fonts for a new project: - GT Flexa Condensed Regular - GT Flexa Compressed Medium - GT Flexa Compressed Black However, only regular is recognized in the code on Squarespace. Black and Medium simply don't show up (see screenshot and code below). I am starting a completely new project from the 'Hester' template Note: - Headline 1, 2, 3, 4 are all incorrect. h1, h2, h4 should be GT Flexa Medium, and h3 should be GTA Flexa Black - but it's replacing it with Times New Roman or something else. I am using the following Custom CSS @font-face { font-family: FlexaMedium; src: url(https://static1.squarespace.com/static/611bf2c4b6fb4532e59351f0/t/611c2815ea278f6e4a407c88/1629235221817/GT-Flexa-Compressed-Medium.woff); font-family: FlexaBlack; src: url(https://static1.squarespace.com/static/611bf2c4b6fb4532e59351f0/t/611c281df33e4619b1881a9f/1629235229263/GT-Flexa-Compressed-Black.woff); font-family: FlexaRegular; src: url(https://static1.squarespace.com/static/611bf2c4b6fb4532e59351f0/t/611c2040be24c339080662f3/1629233216651/GT-Flexa-Condensed-Regular.ttf); } h1, h2, h4 { font-family: 'FlexaMedium' !important; } h3 { font-family: 'FlexaBlack' !important; } h1, h2, h3 { text-transform: uppercase; } p { font-family: 'FlexaRegular' !important; Does anyone know what the issue might be? Link to comment
jrbrugger Posted August 21, 2021 Author Share Posted August 21, 2021 Can someone help? Link to comment
tuanphan Posted August 22, 2021 Share Posted August 22, 2021 Hi, Can you share site url? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.