Skip to main content

Generate font subsets

Project description

# FontReducer

reduce font size

## Install

```sh
$ pip install FontReducer
```

## Usage

```sh
$ cat WORDS_TO_REDUCE.txt | fontreducer PATH_TO_FILE PATH_TO_OUTPUT
```

For example, You can use in gulp task.

```coffee
shell = require 'gulp-shell'

gulp.task 'font:gen_subsets', shell.task [
'some_nice_grepping_script > words.txt'
'cat words.txt | fontreducer src/font/some_nice_font.otf dist/some_nice_font.otf'
'rm words.txt'
]
```

## Inspired

https://github.com/3846masa/japont

japont is Dynamic Subsetting System for Japanese fonts.
Very Easy to try on Heroku.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FontReducer-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page