]> Sergey Matveev's repositories - dotfiles.git/blob - lighttpd/mime-font.conf
More media types
[dotfiles.git] / lighttpd / mime-font.conf
1 mimetype.assign += (
2         ".otf" => "font/otf",
3         ".tfm" => "application/x-tex-tfm",
4         ".ttf" => "font/ttf",
5         ".woff" => "font/woff",
6         ".woff2" => "font/woff2",
7 )