font-family not showing in IE8
I'm just trying to add a regular font-family to my website, but IE8 won't
display it. It just displays its default Times New Roman. This is my CSS:
body {
font-family: Arial, Helvetica, sans-serif;
}
This appears fine on IE7, 9 and obviously Chrome and Firefox but I'm not
sure why IE8 is having issues?
My doctype is:
<!DOCTYPE HTML>
I'm really stuck on this. It's such a simple thing, I'm not sure why IE8
is not liking it. Any help would be very much appreciated.
Thanks, Julie
No comments:
Post a Comment