emdiesel
Member
Posted 7 months ago #
Someone was working on my friends site and messed something up in one of the .css files I believe. I just can't find where the problem is. His website is:
https://printmonkey.ca/
In Firefox, the font looks sorta blurry and distorted, but in Internet Explorer it looks perfect. I was thinking maybe it was one of the text-shadow codes, but I missed around with them with no change.
Does anyone have any idea what could be going on? Thanks!
I can't see any obvious problems in Firefox 7 - unless you want to drop the Droid Sans font in:
body {
color: #7D7D7D;
font: 12px/18px "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
emdiesel
Member
Posted 7 months ago #
Yeah I couldn't find anything either...
I just put in, but it still didn't do anything =/
No - I was suggesting that you remove "Droid Sans" from that block in style.css.
emdiesel
Member
Posted 7 months ago #
Oh gotcha! And it worked. Thanks so much!