From c11d934f8fbeb5dd21f7a374ea8fde5085b37bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Fri, 25 Oct 2019 09:43:07 +0100 Subject: [PATCH] Add `font/ttf` back to compressible mime-types list Ref: * https://github.com/jshttp/mime-db/pull/169 * https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization#reducing_font_size_with_compression --- src/web_performance/compression.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web_performance/compression.conf b/src/web_performance/compression.conf index 4aefc163..91a9b684 100644 --- a/src/web_performance/compression.conf +++ b/src/web_performance/compression.conf @@ -42,6 +42,7 @@ "font/eot" \ "font/opentype" \ "font/otf" \ + "font/ttf" \ "image/bmp" \ "image/svg+xml" \ "image/vnd.microsoft.icon" \