0

I have .svg fonts and .svg images on a website.

I have a problem with the mime types on the server.

When i set this mime type: font/opentype svg

Than the .svg images are disappeared. What do i am wrong?

What mime types should i set on the server?

Thanks

Mike Vierwind
  • 1,482
  • 4
  • 23
  • 44

1 Answers1

1

The mime type should be: image/svg+xml

Matt
  • 5,315
  • 1
  • 30
  • 57
  • 1
    Do you have a live page I can hit? That is the correct mime type for svg. I'm using it myself. For the fonts, check this out: http://stackoverflow.com/questions/2871655/proper-mime-type-for-fonts – Matt Feb 13 '13 at 16:12