html - Fantasy Font Loading differently in ie -


i using default font-family "fantasy"(default font), want showing in chrome, ie rendering differently

here on js fiddle loading differently in ie , chrome

p{font-family: fantasy;} 

js fidldle created

thanks

i used

font-family:impact, charcoal, sans-serif;  

to fantasy font in chrome in browsers..


Comments