Frage

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

War es hilfreich?

Lösung

I used

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

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

Andere Tipps

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;
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top