Remove woff files

Bug: T318167
Change-Id: I54181a8ba084f0f1336dbe95389f046c9a987f2a
This commit is contained in:
Niklas Laxström
2024-05-04 14:32:03 +03:00
parent 17f182bb6a
commit 3367b51bbe
95 changed files with 6 additions and 101 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -43,8 +43,5 @@ font compilation script can pick it up.
Preparing font formats
-----------------------
1. From the upstream releases, take the TTF versions.
2. Use sfnt2woff to generate woff files
$ ls *.ttf | xargs -n1 ../../../../node_modules/sfnt2woff/cli.js
3. Use https://github.com/google/woff2 to generate woff2 files
Use https://github.com/google/woff2 to generate woff2 files from ttf if needed
$ ls *.ttf | xargs -n1 /path/to/woff2/woff2_compress

Binary file not shown.