css - Fonts rendered incorrectly on SVG (Depending on browser) -
css - Fonts rendered incorrectly on SVG (Depending on browser) -
i have svg:
http://wefix.cf/resources/wefix2.svg
the problem in chrome, looks fine, when switching net explorer, font changed. font using arial rounded mt.
i want convert svg png, every online service returns image different font. why happening?
as temporary solution, have ie query when browser ie, image displayed:
http://wefix.cf/resources/wefix.svg
which not appear on chrome...
i can't svg work cross browser reason. can't convert of them png, keeps returning image false font.
if http://wefix.cf/resources/wefix2.svg works browsers other ie, , http://wefix.cf/resources/wefix.svg works ie, can  utilize conditional comments:
<!--[if ie]>     <img src="http://wefix.cf/resources/wefix.svg" alt="logo" /> <![endif]--> <!--[if !ie]> -->         <img src="http://wefix.cf/resources/wefix2.svg" alt="logo" /> <!-- <![endif]-->        css svg fonts 
 
  
Comments
Post a Comment