Zipping .woff2 returns incorrect data to the web browser/client
Bad: ``` Access-Control-Allow-Origin: * Cache-Control: max-age=604800 Content-Encoding: gzip Content-Length: 250388 Content-Type: font/woff2 Date: Wed, 20 Jul 2022 13:38:22 GMT ``` Correct: ``` Content-Encoding: gzip Content-Length: 250752 Content-type: application/octet-stream Date: Wed, 20 Jul 2022 13:36:37 GMT Last-Modified: Wed, 20 Jul 2022 13:25:53 GMT Server: SimpleHTTP/0.6 Python/2.7.13 ```
issue