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
This commit is contained in:
Reedy
2020-09-15 13:09:11 +01:00
parent 678d69747f
commit c7caa09b0b

View File

@@ -47,5 +47,3 @@ Preparing font formats
2. To generate woff format, get: https://github.com/rillig/sfntly 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 3. Use https://github.com/google/woff2 to generate woff2 from ttf. This will
produce a compressed woff2 file. Modern browsers support this format. 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.