The font/ supertype invalid according to the spec.
I can only assume it's originating from here somewhere because font/opentype does not exist in the mime module.
I'm running the latest express on node 0.10.x, and my opentype font is sending as font/opentype for some reason.

It'll be easiest to find the font in the network inspector on this page of my site.
(It should send as either application/x-font-otf since that is what mime thinks it should be.)
The
font/supertype invalid according to the spec.I can only assume it's originating from here somewhere because
font/opentypedoes not exist in themimemodule.I'm running the latest express on node 0.10.x, and my opentype font is sending as
font/opentypefor some reason.It'll be easiest to find the font in the network inspector on this page of my site.
(It should send as either
application/x-font-otfsince that is whatmimethinks it should be.)