From c7caa09b0b11a92df813cf626e35128a06a6d1cc Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 15 Sep 2020 13:09:11 +0100 Subject: [PATCH] Remove comment about eot file format No eot fonts in the repo, and I presume we don't support those versions of IE anymore either... Change-Id: I6a2d45592933cc9d1dfa0d0d0a0618a32aaee693 --- data/fontrepo/fonts/README | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/fontrepo/fonts/README b/data/fontrepo/fonts/README index 8fdbee59..4609c342 100644 --- a/data/fontrepo/fonts/README +++ b/data/fontrepo/fonts/README @@ -47,5 +47,3 @@ Preparing font formats 2. To generate woff format, get: https://github.com/rillig/sfntly 3. Use https://github.com/google/woff2 to generate woff2 from ttf. This will produce a compressed woff2 file. Modern browsers support this format. -4. The eot file format is used only by older IE, but it can be generated using - sfntly. Make sure to use -mtx flag to get enhanced compression.