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)
-   -   Font changing inconsistently (http://forum.bytesforall.com/showthread.php?t=13192)

jasontbedell Mar 7, 2011 08:44 AM

Font changing inconsistently
 
Hello,

I would like to be able to use different fonts for different sections of the site, such as the navigation bar, different headers (h1-h7), and paragraph <p>.
Is this possible? I did not specify a font-family in Body, Texts & Links because I couldn't seem to override the default with CSS inserts when I did it that way.

The main issue that I'm having is that fonts are displaying correctly on the homepage, litteacher.com, but not on any other page of the site.
Oddly, the navigation bar correctly keeps trebuchet on every page. The rest of the page is in CallunaSans-Regular, but it only shows up on the front page. I've been working on this font issue for nearly a month and I cannot for the life of me figure it out.

I am using WordPress 3.1 and Atahualpa 3.5.3. Here is the basic code I used.
Code:

/*FONTS*/
h1 {
font-family: CallunaSans-Regular;
text-decoration: none !important;
font-size:30px !important;;
line-height: 35px !important;;
padding: 10px 0 20px 0 !important;;
margin: 0 0 0 0 !important;;
color: #50442e;
}
h2 {
font-family: CallunaSans-Regular;
text-decoration: none !important;
font-size:20px !important;;
color: #50442e;
padding: 10px 0 10px 0 !important;;
margin: 0 0 0 0 !important;;
}
h3 {
color: #50442e;
font-family: CallunaSans-Regular;
text-decoration: none !important;
font-size:18px !important;;
font-weight: normal; !important;;
padding: 0 0 0 0 !important;;
margin: 0 0 0 0 !important;;
}
h4 {
font-family: CallunaSans-Regular;
text-decoration: none !important;
color: #50442e;
font-size:15px !important;;
padding: 5px 0 10px 0 !important;;
margin: 0 0 0 0 !important;;
}
h5 {
color: #50442e;
font-family: CallunaSans-Regular;
text-decoration: none !important;
font-size:15px !important;;
font-weight: normal; !important;;
padding: 7px 0 3px 0 !important;;
margin: 0 0 0 0 !important;;
}
h6 {
color: #50442e;
font-family: CallunaSans-Regular;
text-decoration: none !important;
font-size:12px !important;;
font-weight: strong; !important;;
padding-top:8px !important;;
}
p {
font-family: CallunaSans-Regular;
text-decoration: none !important;
line-height: 19px !important;;
padding: 0 0 10px 0 !important;;
font-size: 13px;
color: #50442e;
}
div#menu1 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 12px;
width:1026px;
margin-left: auto;
margin-right: auto;
background: #2a232b !important;;
border: none;
}

Thank you for any help you can provide.
Jason Bedell

lmilesw Mar 7, 2011 06:02 PM

Try adding !important after the font family line.


All times are GMT -6. The time now is 03:22 PM.

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