From 90e3dcffd85a768b9891803da0ca793d88304391 Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Tue, 27 Jan 2015 21:54:27 +0000 Subject: [PATCH] Add mime types for common fonts --- src/Cli/Server.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Cli/Server.php b/src/Cli/Server.php index 7f87ef18..846c337b 100644 --- a/src/Cli/Server.php +++ b/src/Cli/Server.php @@ -26,6 +26,9 @@ final class Server { "css" => "text/css", "js" => "application/javascript", "txt" => "text/plain", + "woff" => "application/font-woff", + "woff2" => "application/font-woff2", + "webm" => "application/octet-stream", ]; /**