- Fix hash insertion to prevent inserting hashed to wrong place to URLs with several dots inside. Fix #248.
- Update svgicons2svgfont to 1.1.0.
- Fix android 4.2.2 rendering issues caused by the text-rendering property (by @IanCaunce)
- codepointsFile option for saving codepoints to a file (by @herrwalter).
- Fix: regenerate if no generated files found (by @badunk).
- Bug fixes.
- Thanks to @Januznl
- Experimental WOFF2 support (see wiki for details).
- Caching: do not generate fonts again if they weren’t changed.
- Hashes are now appended as query string params:
icons.woff?6c6f…
(instead oficons-6c6f….woff
). - round option (by @mstorus).
- callback option (by @nicdaCosta).
- Extra data to use in templates.
- Simplify source SVG files with SVGO (node engine only).
- Do not generate SVG font by default.
- Get stylesheet extension from template file if present.
- Bug fixes.
- Thanks to @roadmanfong, @dunckr, @mstorus, @henrahmagix, @duncanbeevers.
- Bug fix.
- Do not exit when there are not source SVGs, just show warning (by @duncanbeevers).
autoHint
option (by @kayoub5).- Fix mixed whitespace in CSS template (by @tauren).
- JSON templates are now optional.
- Task now fails if template file is missing (by @eschwartz).
- Better error reporting when rendering templates (now shows template path).
- Show clear erorr message when fontforge isn’t istalled (instead of that weird “Write EPIPE” error).
codepoints
option (by @mmcc).fontHeight
,descent
andascent
options (by @mrzmyr).- Change start codepoint to more safe.
- Fix deps.
- Remove --windows-compatibility switch because it causes problems on Windows.
- Fix IE7 option (by @peter-mouland).
- Normalize fonts by default (#108).
- Try to fix slashes on Windows again (#109, #126).
- Improve error message when fontforge fails (#10, #135).
- Show svgicons2svgfont “warnings” only in verbose mode (#107).
- Fix codepoints format bug (by @reklis).
- Fix CamelCase files handling (#116).
- Escape regexp to work with Windows paths (#127).
startCodepoint
option (by @DanForys).- Fix slash for Windows (should fix #109 , by @MoOx).
- Sort files in fontforge script (should fix #91).
- Add
line-height
to icons (#112). - Preserve CamelCased class names (#116).
- Template’s JSON file could be omitted (#81).
- Update svgicons2svgfont.
- Fixed failing npm install (by @bloodyowl).
- Added optional IE7 support (by @bloodyowl).
- Experimental
node
engine (should works on Windows). - Tweak ttfautohint options.
- You can use templates with any extension:
.sass
for example (by @borodean). - SVG fonts disabled by default.
templateOptions
option and templates refactoring (by @tylerbeck).- Improve fontforge result parsing (by @jantimon).
- Tweak HTML demo page look & feel.
- Tweak
ttfautohint
call.
- Huge code refactoring.
- Templates refactoring (see readme and #55).
- Scripts now really works in Python 3 (#50).
- Smarter warnings handling (#38).
order
option.
- Scripts should work on Python 3 now.
- Custom HTML demo template receives CSS options (by @andreu86).
- Readme improvements (by @mrzmyr).
- Autohint for all formats (by @borodean).
rename
option.- Quote Base64 strings to prevent errors in Stylus.
- Fix handling pathes with spaces.
- Font smoothing for Firefox on OS X (by @MoOx).
- Deprecated
md5
Pyhton module replaced withhashlib
(by @Nyalab).
- Set glyphs width automatically.
- Ligatures (by @prehnRA).
- Bug fixes.
destHtml
option (by @timhettler).- Improved kerning (by @frekw).
htmlDemoTemplate
option (by @andreu86).- Various bug fixes and tweaks (thanks @MoOx, @iham, @timhettler).
- HTML demo works with CSS preprocessors stylesheets.
- TTF files embedding (by @katzlbt and me).
- Don not stop Grunt when font contains no glyphs (by @iham).
- Better fontforge stdout handling (by @MoOx).
relativeFontPath
option (by @gregvanbrug).template
option.- Better LESS support (by @gregvanbrug).
- Better Stylus support.
- Bug fixes.
- Fix error when generating font with one glyph.