Reputation: 1134
Hopefully just a quick problem - My friend's logo is an SVG image and it looks perfect in Chrome - (Futura/Helvetica fonts used), yet in IE, (And possibly other browsers?) the font (and the kerning) is completely different. I can provide images if needed.
Is there a way I can save that stops the browser tampering with the font? Keeping how it looks exactly in Illustrator/Chrome? I'd much rather leave it as SVG than convert it to PNG or anything else.
I have a feeling this is a repost (Although I couldn't find an answer) - Sorry!
Thanks in advance :)
Upvotes: 1
Views: 1032
Reputation: 1221
Converting the text to a path will store the exact geometry of each letter in the file, at the cost of making the file a little bigger. Here is an article on how to do it: http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-63d0a.html#WS18156339-458C-45e1-8CD0-DD7931678BBE
Upvotes: 2