Tagged: Buttons
Custom font for buttons
Hey Courtney!
This is what is being applied to it.
h1, h2, h3, h5, h4, h6, button, input[type="submit"], a.avia_image, a.avia-button {
font-family: "Gotham SSm A","Gotham SSm B" !important;
font-style: normal !important;
font-weight: 500 !important;
}
The font looks a little weird to me though. You can try setting the weight to 600 to make it look more like your image.
Regards,
Elliott
Hey!
I would try removing this line from your custom CSS.
* {
font-family: "Sentinel SSm A","Sentinel SSm B" !important;
}
Or at least remove the !important from it.
Are you sure the font file is ok? Did you test it somewhere else?
Regards,
Elliott