Link to home
Start Free TrialLog in
Avatar of willsavage
willsavage

asked on

font-family css doesn't work in IE

Hi there,

Can you please explain why the below code is now working in IE?

It is displaying a default font instead of Arial Rounded.

How can I use Arial rounded reliably in my website for all browsers?

Thanks...

Will
h1 {
font-family: 'arial rounded MT bold';
font-size:16px;
color:#CC66CC;
padding-left:25px;
}

Open in new window

SOLUTION
Avatar of Brad Dobyns, CSM
Brad Dobyns, CSM
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of willsavage
willsavage

ASKER

Thanks for the advise. I realise now that I was testing with IE running on a mac parallel hence no fonts!