Hi All,
I had issue with standard font in Graphene. Characters in local Lithuanian language was not showing right (different in size comparing with other text)
To avoid fonts issue I found workaround updating custom css with this:
font-family: Times, serif;
.post-title a, .entry, .entry-title, .entry-content, p, h1, h2, h3, h4 {
font-family: Times, serif !important;
}
I wonder if instead I can change all font family under grapheme options using
Google Webfonts “Font families”. What correct syntax should be used there? I found challenging to et this clarified