]> Sergey Matveev's repositories - dotfiles.git/blob - lighttpd/mime-font.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-font.conf
1 mimetype.assign += (
2         ".otf" => "font/otf",
3         ".ttf" => "font/ttf",
4         ".woff" => "font/woff",
5         ".woff2" => "font/woff2",
6 )