问题
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
回答1:
I used
font-family:Impact, Charcoal, sans-serif;
to get the fantasy font in chrome in all browsers..
回答2:
Tahoma and Fantasy are Almost Similar Rendering Arabic so i used Tahome Instead because it renders same in ie and chrome
回答3:
Use this it works perfect..
font-family:Papyrus,fantasy;
来源:https://stackoverflow.com/questions/21590717/fantasy-font-loading-differently-in-ie