Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakubvalenta/unicode-range
Generate CSS unicode-range from a font file
https://github.com/jakubvalenta/unicode-range
css font unicode
Last synced: 5 days ago
JSON representation
Generate CSS unicode-range from a font file
- Host: GitHub
- URL: https://github.com/jakubvalenta/unicode-range
- Owner: jakubvalenta
- License: apache-2.0
- Created: 2023-12-03T23:03:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T23:52:00.000Z (about 1 year ago)
- Last Synced: 2024-12-03T06:32:16.039Z (2 months ago)
- Topics: css, font, unicode
- Language: TypeScript
- Homepage: https://unicode-range.ooooo.page
- Size: 47.9 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unicode Range
Generate CSS unicode-range from a font file.
You can find the app at [unicode-range.ooooo.page](https://unicode-range.ooooo.page).
## Command line usage
1. Install [bun](https://bun.sh/docs/installation).
2. Install the project:
```shell
$ bun i
```3. Run the executable and follow the help:
```shell
$ ./unicode-range --helpUsage: unicode-range [options]
Generate the CSS property unicode-range from a TTF, OTF or WOFF font.
Arguments:
path path to a TTF, OTF or WOFF fileOptions:
--exclude exclude glyphs from another TTF, OTF or WOFF file
-h, --help display help for command
```