https://github.com/escapace/pangram
A command-line tool that automates web font loading and localization best practices.
https://github.com/escapace/pangram
Last synced: about 1 year ago
JSON representation
A command-line tool that automates web font loading and localization best practices.
- Host: GitHub
- URL: https://github.com/escapace/pangram
- Owner: escapace
- License: mpl-2.0
- Created: 2024-03-25T02:47:16.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2025-04-28T08:01:53.000Z (about 1 year ago)
- Last Synced: 2025-04-28T09:28:59.327Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 51.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pangram
A command-line tool that automates web font loading and localization best practices.
- compresses the @font-face unicode-range descriptors
- subsets fonts to unicode-range code points mapped by the font
- optimizes and converts fonts to WOFF version 1 with Zopfli compression and WOFF version 2 with Brotli compression
- exports @font-face at-rules, classes, noscript styles for each locale
- writes a font-loader script for loading locale-specific fonts in the browser