Hi there,
I'm using Modularity Lite, and having issues with fonts. Whenever I try to change the color/size/style of the fonts, it doesn't show up onscreen.
What's weird is that, in the body of the posts, they are posting as sans-serif, where my font family is serif.
Here is the code:
.content h2 {
font-family: Didot, Granjon, Georgia, serif;
}
.post, .page {
display: block;
clear: both;
}
.post h4, .post h6 {
font-family: font-family: Didot, Granjon, Georgia, serif;
font-size: 12px;
Any ideas? Thanks!