Publishing problem

  • Thread starter Thread starter CJ
  • Start date Start date
C

CJ

It seems that some of the fonts on my website do not show up in all browsers
like Firefox/Mac etc. I don't know how to fix it. I don't know codes, just
use the templates and themes. Is there a quick fix? If you have firefox or
one of the other browsers, maybe you can check the site and see what doesn's
show up. I use Internet Explorer. (www.pahle.com)

Thank you for any help you can provide!
 
All browsers will show all fonts, provided those fonts are _installed_ on
the PC the browser is running on.
The best way to make the page render the way you want is to use a
font-family, for example:

font-family: arial, helvetica, sans-serif;

This will display arial as the first choice, if that is not available then
helvetica, and finally sans-serif.


Another example:

font-family: "unusual font", "times new roman", times, serif;

Note that font names with spaces are quoted.
 
Neither of these suggestions seem to be the problem. My default font is
Arial. Some of it shows up, some does not. If I highlight the area, it
shows but if I didn't know to do that, I would not know it was there.
 
I see what you mean.... it looks like a color issue.... try changing the
color of the font
 
Oh, my gosh, that did the trick. Why would Firefox not recognize black????
That's nuts! Thank you Rick!!!!!!!!
 
I've had a similar problem....sometimes colors will get washed out that you
wouldn't expect.... and it's easy to change just to try it.

Glad I could help...
.... and that Walli now gets the attention he deserves!
 
Back
Top