Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "ionicons",
"repo": "driftyco/ionicons",
"description": "The premium icon font for Ionic Framework.",
"version": "v1.2",
"license": "MIT",
"styles": [
"ionicons.css"
],
"fonts": [
"fonts/ionicons.eot",
"fonts/ionicons.svg",
"fonts/ionicons.ttf",
"fonts/ionicons.woff"
]
}
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ We intend for this icon pack to be used with [Ionic](http://ionicframework.com/)
4. Ensure the font urls within `ionicons.css` properly reference the `font` path within your project.
5. Include a reference to the `ionicons.css` file from every webpage you need to use it.

Or install with [component](https://github.com/component/component):

$ component install driftyco/ionicons


## HTML Example

Expand Down