Major_Payne

msg:4187592 | 9:25 am on Aug 16, 2010 (gmt 0) |
Some people may have set their browsers to use the font family and size they want to use. This can be done by unchecking the box that allows web sites to use their colors and fonts. For Firefox, look in Tools>Options>Content tab and click the Advanced button. You'll see the box to be checked/unchecked. Not everyone actually has the common fonts that are used. What is shown is browser dependent in some cases. You would need to post a link to your site and/or the CSS/html for the problem page to give you better help other than guesses.
|
Stildawn

msg:4187938 | 8:50 pm on Aug 16, 2010 (gmt 0) |
My site is: www.madigan.co.nz Thanks for the tip Ive got people checking if thats the problem now. How do I post my CSS? Just copy and paste?
|
LouiseMarie

msg:4188577 | 10:36 am on Aug 18, 2010 (gmt 0) |
I've had a look at your site (i'm getting normal font styling by the way) html and css I can't see anything in the css to get the h2 header to be italic. Regarding the main content text to either of the following span tags: <span style="font-family: tahoma, geneva, sans-serif"><span style="font-size: 14px"> Try adding your font-style:italic here as it may be defaulting to normal as you haven't specified it yet you have defined a different font-family. I don't know if this would work but it's worth a try. (and yes with yout html and css code just copy and paste it but only include the code that is relevant and necessary for people to help with your issue)
|
Stildawn

msg:4188935 | 1:55 am on Aug 19, 2010 (gmt 0) |
After much research I think I found the problem. Apparently Windows XP SP3 came with a corrupt 'Arial Black' font... So so roughly 30% of SP3 users experience this corruption causing Arial Black to go into Italics... I have fixed this by just changing the font to 'Arial' 'Bold' not an ideal fix but we dont really have a choice until Microsoft releases a update fixing it. Thanks all for all your help, it got me thinking and Ive learnt much from trying to track down this problem so it hasnt all be in vain. Cheers
|
|