README.md in fontcustom-1.3.4 vs README.md in fontcustom-1.3.5.pre
- old
+ new
@@ -1,8 +1,8 @@
[![Gem Version](https://badge.fury.io/rb/fontcustom.png)](http://badge.fury.io/rb/fontcustom)
[![Build Status](https://api.travis-ci.org/FontCustom/fontcustom.png)](https://travis-ci.org/FontCustom/fontcustom)
-[![Code Quality](https://codeclimate.com/github/FontCustom/fontcustom.png)](https://codeclimate.com/github/FontCustom/fontcustom)
+[![Code Quality](https://codeclimate.com/github/FontCustom/fontcustom.png)](https://codeclimate.com/github/FontCustom/fontcustom) [![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=32953)](https://www.bountysource.com/trackers/32953-endtwist-fontcustom?utm_source=32953&utm_medium=shield&utm_campaign=TRACKER_BADGE)
## Font Custom
**Icon fonts from the command line.**
@@ -16,11 +16,12 @@
Requires **Ruby 1.9.2+**, **FontForge** with Python scripting.
```sh
# On Mac
-brew install fontforge eot-utils
+brew install fontforge --with-python
+brew install eot-utils
gem install fontcustom
# On Linux
sudo apt-get install fontforge
wget http://people.mozilla.com/~jkew/woff/woff-code-latest.zip
@@ -99,10 +100,12 @@
Custom templates have access to `@options`, `@manifest`, and the following ERB helpers:
* `font_name`
* `font_face`: FontSpring's [Bulletproof @font-face syntax](http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax)
+ - Font paths can be modified by passing a hash. `font_face(url: "font-url", path: @font_path_alt)`
+ - The `preview`, `scss`, and `scss-rails` templates use modified font paths. Compass users should use the `scss-rails` template.
* `glyph_selectors`: comma-separated list of all selectors
* `glyphs`: all selectors and their codepoint assignments (`.icon-example:before { content: "\f103"; }`)
### SVG Guidelines
@@ -116,6 +119,6 @@
---
[Licenses](https://github.com/FontCustom/fontcustom/blob/master/LICENSES.txt)
-Brought to you by [@endtwist](https://github.com/endtwist) and [@ezYZ](https://github.com/ezYZ)
+Brought to you by [@endtwist](https://github.com/endtwist) and [@kaizau](https://github.com/kaizau)