Geoblacklight-Icons
Icon font set to be used with GeoBlacklight.
Built using FontCustom
Installation
Add this line to your application's Gemfile:
gem 'geoblacklight-icons'
And then execute:
$ bundle
Or install it yourself as:
$ gem install geoblacklight-icons
For Rails applications, import the SCSS
@import 'geoblacklight-icons-rails';
Rebuilding fonts
Add svg to graphics directory. Rebuild font using:
$ fontcustom compile
Run a webserver like python's SimpleHTTPServer
$ python -m SimpleHTTPServer
Checkout the updated font previews: http://127.0.0.1:8000/docs/geoblacklight-preview.html
Contributing
- Fork it ( http://github.com/my-github-username/geoblacklight-icons/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request