Hi
I’ve added the google fonts Teko and Playfaire through the font manager in X.
But for some reason when I see the live site, I can see the Lato font in several places.
After inspecting the ethos.css file I see it’s added to 9 classes.
For example:
input, button, select, textarea {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif }
.p-meta {
margin: 1em 0 0;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.75em}
Shouldn’t the font manager override this?