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 details)

Uploaded Source

File details

Details for the file FontReducer-0.0.1.tar.gz.

File metadata

File hashes

Hashes for FontReducer-0.0.1.tar.gz
Algorithm Hash digest
SHA256 e863b33b055638117c578717b6d680dc00f225dbc82498dd2697c552ced95a1d
MD5 c14ea678fd6cbe1a87e0e9ae2cdf9de7
BLAKE2b-256 c9295f3035f453cf9942c5e281246292d9111e2f10706e71fd96a08ac71bd2be

See more details on using hashes here.

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