Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 --help

Usage: 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 file

Options:
--exclude exclude glyphs from another TTF, OTF or WOFF file
-h, --help display help for command
```