Bricks Version:1.5.3
Chrome/105.0.0.0
Windows 11
(Frames – Boilerplate)
Using a span tag on a H1. Like this: CAPTURING LOVE, LAUGHTER & EVERYTHING IN BETWEEN.
But no matter what I do I cant get the hero-bravo__heading-span class to show my custom font. Here is the CSS used to call it.
.hero-bravo__heading-span {
font-family: “AlternateGothicCompATF-Bold”;
color: red;
font-weight: 700;
}
I can change it the span to red with no issue, but cant call the custom font, calling a google font works but not the custom one. Inspector is showing the font as AlternateGothicCompATF-Bold which is the correct custom font yet its not rendering in the builder or the front end.