Fantasy Font Loading differently in ie

社会主义新天地 提交于 2019-12-08 08:06:07

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!