Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
48 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.23 KB

Geoblacklight-Icons

Icon font set to be used with GeoBlacklight.

Built using FontCustom

Check out the icons

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 graphics/ --font-name=geoblacklight-icons

Run a webserver like python's SimpleHTTPServer

$ python -m SimpleHTTPServer

Checkout the updated font previews: http://127.0.0.1:8000/docs/styleguide/geoblacklight-icons-preview.html

Contributing

  1. Fork it ( http://github.com/my-github-username/geoblacklight-icons/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request