Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Top menu font "Arial Black" doesn't show in Firefox (http://forum.bytesforall.com/showthread.php?t=22958)

sky captain Dec 11, 2014 02:54 PM

Top menu font "Arial Black" doesn't show in Firefox
 
When I type in "arial black" as a font choice for "MENU 1 (Page Menu)" it works fine in chrome and explorer.

Over in Firefox, arial black is ignored and swapped for arial.

I've noticed this problem in the past and lived with it, but on the blog I'm designing now, it throws off the layout. The change of font changes the height of my menu bar and now my background image doesn't line up properly.

Thoughts? Why can't I use arial black with firefox?

juggledad Dec 11, 2014 05:53 PM

did you put quotes around it?

sky captain Dec 15, 2014 11:46 AM

Yes. I thought that might be it, but it didn't help.

juggledad Dec 15, 2014 12:56 PM

what is the url?

sky captain Dec 16, 2014 10:25 AM

Here's the current website I'm working on. You'll see a difference between Firefox and other browsers.

http://eggwork.com/about/

sky captain Dec 16, 2014 10:52 AM

Oops. Hold off on looking at that. Client asked me to change it back to just arial anyway.

Look at this blog instead. same issue with arial black not showing up in Firefox.

http://stickylipsbbq.com/stickylips

juggledad Dec 16, 2014 12:03 PM

you should probably take a look in the google error manual :p

sky captain Dec 16, 2014 12:35 PM

Sorry, I don't know what that means.

juggledad Dec 16, 2014 12:54 PM

sorry poor joke. If you do a google search 'arial black firefox' you will find lots of issues

sky captain Dec 17, 2014 10:20 AM

Ah. Didn't know it was a known Firefox problem. I came here because I assumed it was Atahualpa.

The thing about styling Menu 1 in Atahualpa, though, is that it's not CSS format anyway, right? I mean, there's no instruction on using font-family, semi-colons, other CSS formatting.

Code:

Set both the font size and the font face for the menu items. Enclose font face names with a space in quotes, i.e.:
12px "comic sans ms", "courier new", arial, sans-serif

So it's not appropriate to type this there, right?

Code:

font-family: "Arial Black", Arial;
font-weight: 900;


juggledad Dec 17, 2014 10:27 AM

what it is doing is using the 'font' shorthand property which is seting all the font properties in one declaration

a good debugging technique is to put something like 678px in that code, save it and view the page. Then you look at the page source and do a search on 678px and you can see how it is used in the CSS.

It helps if you don't compress the CSS when doing this


All times are GMT -6. The time now is 02:50 AM.

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