-
Closed
-
For Google Headings Font I selected Lato.
For Post Content h1 I want it to be Lato Thin so put in custom CSS
.post-content h1 {
font-weight: 100 !important;
}It changes to 100 weight but immediately goes back to normal.
Tried
.post-content h1 {
font-family: “Lato”, Arial, Helvetica, sans-serif;
font-weight: 100;
}With same result.
What else can I do?
The topic Change weight of Google Fonts is closed to new replies