css font question
I have for some reason a different font on this page ( http://www.paulpratchenko.com/dev/about/selected-reviews/sacramento-bee-2011/ ) even though I have all the other page correct with my css which should make all pages look the smae? Every other page seems to work fine I do not understand what the problem is?
h1, h2, h3 { font-family: Open Sans, Geneva, sans-serif sans-serif; color: #ffffff; font-weight: normal;}
h3, h4, h5 {font-family: Open Sans, Geneva, sans-serif sans-serif; font-weight: normal; color: #77aaff;}
a[title] {color: #77aaff;}
p {font-family: Verdana, Geneva, sans-serif; color: #ffffff; font-weight: normal;}
ul, li { font-family: Verdana, Geneva, sans-serif sans-serif; color: #ffffff; font-weight: normal;}
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi John,
Okay, so the font family isn’t consistent due to an issue with your CSS. You have two instances of sans-serif in most of your font families and that’s invalid. To resolve this issue, simply remove the extra sans-serif in each font-family (bar the p, which doesn’t have an extra one).
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.