diff --git a/font2svg.mac.conf b/font2svg.mac.conf index a59bf0a..4fa7e43 100644 --- a/font2svg.mac.conf +++ b/font2svg.mac.conf @@ -34,6 +34,14 @@ server { # MIME types { + text/html html htm shtml; + text/css css; + application/javascript js mjs; + image/svg+xml svg; + image/png png; + image/jpeg jpg jpeg; + image/gif gif; + image/x-icon ico; application/json json; font/ttf ttf; font/otf otf;