Css class for a custom font?

Hi Team,

We managed to successfully upload a .woof file for a custom font #1, it’s within the font manager now and could be used as a Heading, that part is working. Now plans have changed and we’re hoping to set another font as the site wide Heading #2 (a google font) and create a css class for the custom font #1 to be added to cornerstone elements as required. When we inspected the element the font family for the custom font was: "font-family: “Custom Font Family”;
After several tries we have not be successful in having a new class work to display this font.

css

.essentialfont {
font-family: “Custom Font Family”;
}

we added ‘essentialfont’ to the CS class element without any luck.
Should it have another font family name or are we attempting this the wrong way around?

Hi @DeeDesign,

Maybe the issue is specificity. We might need to confirm if that is the case. To do this, can you share the specific page with this element where essentialfont class is added.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.