We have a custom font, which I have managed to import into the theme.
It is working for the nav menu font but not for the H1, H2 etc when I create headlines in Cornerstone. Inspecting the element, it is inheriting Lato from the typography and avoiding the CSS.
See screenshot (url works internally only)
Can you check my CSS and see what I need to change please?
h1,
.h1,
h1 a,
.h1 a,
h2,
.h2,
h2 a,
.h2 a,
h3,
h3 a,
.h3,
.h3 a,
h4,
.h4,
h4 a,
.h4 a,
h5,
.h5 a,
.h5,
h5 a,
h6,
.h6,
h6 a,
.h6 a,
.post-title,
.x-navbar,
.widgettitle {
font-family: "Museo700";
}