Skip to content

Commit

Permalink
Add mime types for common fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 27, 2015
1 parent de09a77 commit 90e3dcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Cli/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
];

/**
Expand Down

0 comments on commit 90e3dcf

Please sign in to comment.