filthy123 (>゚∀゚)> Oct 16, 2007 97 2 0 Nov 22, 2008 #1 would anyone know offhand why text would display fine in ie and safari, but would display bold in ff?
would anyone know offhand why text would display fine in ie and safari, but would display bold in ff?
Jizzlobber Moist Mar 7, 2007 3,620 133 0 Nov 22, 2008 #2 Are you browsing on a Mac? What is your font weight attribute in your CSS?
filthy123 (>゚∀゚)> Oct 16, 2007 97 2 0 Nov 22, 2008 #3 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)
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)
Jizzlobber Moist Mar 7, 2007 3,620 133 0 Nov 22, 2008 #6 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. Reactions: filthy123
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.