Skip to content

Commit

Permalink
Prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agentk committed Jun 20, 2016
1 parent f73bbfd commit 9104f3b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

> Breaking / Enhancements / Bug Fixes
## 0.2.0

##### Enhancements

* Add font subset support
[Julian Grinblat](https://github.com/perrin4869)
[#26](https://github.com/agentk/fontfacegen/pull/26)

##### Bug Fixes

* Suggest batik-ttf2svg instead of ttf2svg on Mac
[Daniele De Nobili](https://github.com/omoikane)
[#24](https://github.com/agentk/fontfacegen/issues/24)
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,27 @@ Path to the destination folder for the converted fonts to be placed in.

Path to the destination file to write the generated stylesheet to.

Default = `null` (Guess the css filename from the font filename)
**Default**: `null` (Guess the css filename from the font filename)

### css_fontpath:

Path to the font files relative to the css generated.

Default = ''
**Default**: `''`

### subset
### subset:

A string or array with the characters desired to be included inside the generated fonts

Default = null
**Default**: `null`

### collate:

Append the source filename to the destination directory in order to collate generated fonts into separate directories.

Default = `false`
**Default**: `false`

IE:
**IE**:

options = {
source: 'src/fonts/ariel.ttf',
Expand All @@ -78,9 +78,9 @@ Will create fonts into `'dist/fonts/ariel/'`.

### embed:

Type: `array`
Default: `[]`
Valid values: `['woff', 'ttf']`
**Type**: `array`
**Default**: `[]`
**Valid values**: `['woff', 'ttf']`

Type of fonts to embed directly into the generated css file as a data-uri instead of creating files for them.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fontfacegen",
"description": "Browser font-face generator for creating browser usable fonts from ttf's or otf's",
"version": "0.1.12",
"version": "0.2.0",
"homepage": "https://github.com/agentk/fontfacegen",
"author": {
"name": "Karl Bowden",
Expand Down

0 comments on commit 9104f3b

Please sign in to comment.