css issue

Status
Not open for further replies.

filthy123

(>゚∀゚)>
Oct 16, 2007
97
2
0
would anyone know offhand why text would display fine in ie and safari, but would display bold in ff?
 


its on a windows box, all the classes are font-weight: normal except the one class, which is font-weight: bold (this is the one that displays as normal text in ie and safari and bold in ff)
 
So you need bold on all three browsers? (With what little I know) You could try like:

font-weight:600;

in place of bold and increase to 700, 800, etc. until you get the desired results.
 
  • Like
Reactions: filthy123
Status
Not open for further replies.