Question

I am using default Font-Family as "Fantasy"(default font), i want it to look like as it is showing in chrome, but ie is rendering it Completely Differently

Here is it on Js Fiddle Loading differently in IE and Chrome

p{font-family: fantasy;}

JS Fidldle Created

Thanks

Was it helpful?

Solution

I used

font-family:Impact, Charcoal, sans-serif; 

to get the fantasy font in chrome in all browsers..

OTHER TIPS

Tahoma and Fantasy are Almost Similar Rendering Arabic so i used Tahome Instead because it renders same in ie and chrome

Use this it works perfect..

font-family:Papyrus,fantasy;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top