Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codediodeio/hippicons
an alternative icon font for the web
https://github.com/codediodeio/hippicons
Last synced: about 1 month ago
JSON representation
an alternative icon font for the web
- Host: GitHub
- URL: https://github.com/codediodeio/hippicons
- Owner: codediodeio
- License: mit
- Created: 2016-03-08T17:31:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T09:18:23.000Z (about 7 years ago)
- Last Synced: 2024-10-09T06:33:38.169Z (about 1 month ago)
- Language: HTML
- Homepage: https://hippicons.com
- Size: 457 KB
- Stars: 13
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notice: This Project is Not Maintained
September 2017. Use at your own risk.
# HippIcons - A Hipp Icon Font for the Web
[![Code Climate](https://codeclimate.com/github/codediodeio/hippicons/badges/gpa.svg)](https://codeclimate.com/github/codediodeio/hippicons)
The HippIcons project is an open source icon font and CSS toolkit that includes over 400 stylish glyphs. It is a drop-in alternative to [FontAwesome](https://github.com/FortAwesome/Font-Awesome) for those times you want cast a different appearance than the crowd.
[View the Demo](https://hippicons.com)
![HippIcons app interface to preview and test icons](https://storage.googleapis.com/hippicons/hippicons_app_interface.png)
# Why?
We love the developer-friendliness of FontAwesome, but many of our projects just have a different feel, so we created our own icon font from scratch. HippIcons enable you to completely change the feel of your app without dealing with missing icons, different class names, etc.
# Design
Each icon is designed on a 32 pixel grid and they look excellent on all modern devices. They are not pixel perfect, just as pixel perfect as possible. We feel just fine sacrificing some pixel perfection for the right design because of the high pixel density on today's screens.
In comparison to FontAwesome, HippIcons are laid-back, a bit more curvaceous, enigmatic at times, and just different in subtle (but important) ways.
# Installation
### Option 1: Use our CDN powered by AWS CloudFront *(recommended)*
Using our CDN will greatly improve the worldwide loading performance of HippIcons and provide automatic caching. Plus, it's super easy.
Add the following link in the `` section of your HTML.
``### Option 2: Manual Installation
Alternatively, copy the `css/hippicons-min.css` file and all font files into your project.
``
### Option 3: Bower
Just run the command...
`bower install hippicons`
# Basic Usage
HippIcons will behave exactly like FontAwesome, but they use the `hi` as the class prefix (instead of `fa`). The class names are identical, so all you need to do is change the markup in your existing project and voilà.
**Change FontAwesome markup:**
``
**To:**
``
[Read the Full Documentation](https://hippicons.com)