I tried to add a specific font weight from typekit but I always get a default weight and with my custom css settings, like you see at the attachment, nothing changes but actually I should get the bold weight of the font. How can I use different font weights?
I tried this and that makes sense to me but I still have some issues with loading the right weight. I added the typekit javascript in the header (and in the custom css field once more, I also tried just adding the code at the header, works both) and then added the font like you described.
I tried adding the different font variation (“brandon-grotesque-n7”, “brandon-grotesque” for bold and “brandon-grotesque-n4”, “brandon-grotesque” for regular) but it always shows the same weight.
Hi @lechleitner notice the above in Daniel's response. Do not put the code in the "Embedded Head HTML" when you do the Custom CSS part. Also to get bold you just need to click the bold icon when using this font. Don't forget to add the font using the "custom css" option and giving it a name.
This is what the font should look like
After downloading your example I can see the font is fine. When clicking "bold" in the Typography inspector I can see your font change to the bold version.
This doesn’t solve OP’s need. Sure, getting just a bold font is easy enough. But with a lot of fonts, there can be loads of different weights that all fall under the same font. Proxima Nova is a good example of this.
The font is “proxima-nova”, but there are multiple weights. Not just regular and bold.
My recommendation is to name the different bold variants separately and treat them as entirely different fonts. Basically you’d set a font-weight in the @font-face code and give the font-family name in that block also the specific weight number. Then also use this for the Hype display name.