Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Odd Fonts displaying (http://forum.bytesforall.com/showthread.php?t=12952)

jasontbedell Feb 23, 2011 09:47 AM

Odd Fonts displaying
 
Hello,
I am running WP 3.0.5 and ATA 3.5.3. The website is litteacher.com. Here is an example: http://litteacher.com/prof-developme...asic-schedule/

In ATO -> Body, Text, and Links, I have the following code to make Verdana the default for the main text of the site.
Code:

font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
background-color: #2a232b;
color: #50442e;

I need the headers to be Georgia though. The headers, for some odd reason, are not showing up as Georgia. In Chrome and IE, they are showing up as Verdana. In Firefox, they are showing up as Times New Roman, even though Firebug is showing that the font should be Georgia. Any ideas? This is what I have in my css inserts. Thank you for any help.

Code:

h1 {
font-family: Georgia !important;;
font-size:30px !important;;
line-height: 35px !important;;
padding: 10px 0 20px 0 !important;;
margin: 0 0 0 0 !important;;
}
h2 {
font-family:Georgia, serif !important;;
font-size:20px !important;;
padding: 10px 0 10px 0 !important;;
margin: 0 0 0 0 !important;;
}
h3 {
font-family:Georgia, serif !important;;
font-size:18px !important;;
font-weight: normal; !important;;
padding: 0 0 0 0 !important;;
margin: 0 0 0 0 !important;;
}
h4 {
font-family: Georgia, serif !important;;
font-size:15px !important;;
padding: 5px 0 10px 0 !important;;
margin: 0 0 0 0 !important;;
}
h5 {
font-family:Georgia, serif !important;;
font-size:15px !important;;
font-weight: normal; !important;;
padding: 7px 0 3px 0 !important;;
margin: 0 0 0 0 !important;;
}
h6 {
font-family:Georgia, serif !important;;
font-size:12px !important;;
font-weight: strong; !important;;
padding-top:8px !important;;
}
p {
line-height: 19px !important;;
padding: 0 0 10px 0 !important;;
}

Jason.


All times are GMT -6. The time now is 01:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.