Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Font in menu bar (http://forum.bytesforall.com/showthread.php?t=7230)

seleniumgirl May 21, 2010 01:25 PM

Font in menu bar
 
Hello Atahualpa lovers--

I've worked on changing the font family of the menu bar and I've had success on the Home page, but the font reverts on other pages. Would you help me problem-solve? Here are the pertinent details:

WP 3.0-beta2
Atahalpa 3.4.6

CSS follows:

div#menu1 {
border: solid 1px transparent;
background: transparent;
font-family: "AvianoSansRegular", sans-serif !important;
}

.div#menu1 ul.rMenu li a:link, div#menu1 ul.rMenu li a:hover, div#menu1 ul.rMenu li a:active {
border-bottom: 2px solid #000000;
font-family: "AvianoSansRegular", sans-serif !important;
}

#rmenu2 {
height:30px;
font-family: "AvianoSansRegular", sans-serif !important;
}

/* add formatting to submenu items */
div#menu1 ul.rMenu li ul.rMenu-ver li{
height: 40px;
font-family: "AvianoSansRegular", sans-serif !important;
}

If you feel you need a URL, please DM me. It's proprietary and for a client. Thanks!

paulae May 21, 2010 01:51 PM

That's not a standard font, is it? PM me the URL if you want me to check how it looks on my Mac running Firefox, Safari and Chrome.

seleniumgirl May 21, 2010 01:56 PM

Hey paulae!

Thanks for the reply. You are correct, this is not a standard font. I've implemented @font-face and it does render accurately on a Mac in Safari, Chrome and Firefox, and it should also render correctly on a Windows or Linux machine. But, only the Home page renders the font. Am I missing some aspect of the menu bar CSS? Does the font need to be identified differently?

paulae May 21, 2010 02:02 PM

I don't know why the menu bars would be different on inner posts or pages. Inspecting the element in Firebug doesn't show anything that would account for this. Did you clear your browser cache?

seleniumgirl May 21, 2010 02:15 PM

Thanks paulae.

Yes, I caches have been cleared, but the element is not showing up on pages other than the home page. Very strange!


All times are GMT -6. The time now is 05:14 PM.

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