Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 :)

share|improve this question
1  
Some pictures would indeed be helpful, as well as the SVG code. – Sirko Oct 25 '12 at 12:17

1 Answer

up vote 1 down vote accepted

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

share|improve this answer
Thank you! I think that's exactly what I'm after, such a simple fix, for something that was giving me quite the headache :) – Ollie Oct 25 '12 at 15:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.