@bullhorn/bullhorn-icons
v3.1.0
Published
A font library that contains all the icon used by Bullhorn.
Maintainers
Keywords
Readme
This repository contains the icon fonts maintained by Bullhorn.
Install
Available via npm
npm install --save @bullhorn/bullhorn-iconsUsage
Loading the Styles
Import from CDN
/* UnPkg for NPM Version*/
<link rel="stylesheet" type="text/css" href="//unpkg.com/@bullhorn/[email protected]/fonts/Bullhorn-Glyphicons.css"/>
/* jsDelivr for GitHub Version*/
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/bullhorn/[email protected]/fonts/Bullhorn-Glyphicons.css"/>Import via scss
@include 'bullhorn-icons';Using an icon
<i class="bhi-candidate"></i>
<i class="bhi-person"></i>
<i class="bhi-job"></i>
<i class="bhi-company"></i>
<i class="bhi-lead"></i>
<i class="bhi-opportunity"></i>Contributing
Please read through our contributing guidelines. They cover adding a new icon, commit message conventions, and the branch layout.
Versioning
Maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes, changes to brand logos, and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org.

