I have this SVG:
The problem is that in Chrome It looks fine, but when switching to Internet Explorer, the font changes. The font I am using is the Aerial Round MT.
I also want to convert SVG into a PGG, but every online service gives this image with a different font. Why is this happening?
As a temporary solution, I have an IE query so that the browser is IE, this image will be displayed:
Which is good on Chrome Do not see ...
I can not work with STVG cross browser for some reason. I can not convert any of them to PGN, it keeps bringing the image back with the wrong fonts.
If http://wefix.cf/Resources/wefix2.svg
Works for all browsers except for IE, and http://wefix.cf/Resources/wefix.svg
works for IE, you can use conditional comments:
& lt ;! - [if IE] & gt; & Lt; Img src = "http://wefix.cf/Resources/wefix.svg" alt = "logo" /> & Lt; [Endif] - & gt; & Lt ;! - [if! IE]> - & gt; & Lt; Img src = "http://wefix.cf/Resources/wefix2.svg" alt = "Logo" /> & Lt ;! - & lt ;! [Andif] - & gt;
Comments
Post a Comment