Fix content-type for woff font files.

agranig/1_0_subfix
Andreas Granig 12 years ago
parent 063aa3ab79
commit 5e9ccf605f

@ -53,6 +53,9 @@ __PACKAGE__->config(
include_path => [ include_path => [
__PACKAGE__->path_to('share', 'static'), __PACKAGE__->path_to('share', 'static'),
], ],
mime_types => {
woff => 'application/x-font-woff',
},
}, },
); );

Loading…
Cancel
Save