woff2_compress
utilities for converting fonts to WOFF 2.0
Install
- All systems
-
curl cmd.cat/woff2_compress.sh
- Debian
-
apt-get install woff2
- Ubuntu
-
apt-get install woff2
- Arch Linux
-
pacman -S woff2
- Kali Linux
-
apt-get install woff2
- Fedora
-
dnf install woff2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install woff2
- OS X
-
brew install woff2
- Dockerfile
- dockerfile.run/woff2_compress
woff2
utilities for converting fonts to WOFF 2.0
woff2 is a library for converting fonts from the TTF format to the WOFF 2.0 format. The library also allows decompression from WOFF 2.0 to TTF. The WOFF 2.0 format uses the Brotli compression algorithm to compress fonts suitable for use in CSS @font-face rules. WOFF 2.0 is a W3C Candidate Recommendation. This package contains the woff2_compress, woff2_decompress, and woff2_info utilities.