Skip to content

Commit a35e991

Browse files
author
Adam Bradley
committed
getting started info
1 parent 836215d commit a35e991

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
#### The premium icon font for [Ionic Framework](http://ionicframework.com/)
44

55

6+
## Getting Started
7+
8+
1. Download and extract the font pack
9+
2. Copy the `ionicons.css` to your project
10+
3. Copy the `font` folder to your project
11+
4. Ensure the font urls within `ionicons.css` properly reference the `font` path within your project.
12+
5. Include a reference to the `ionicons.css` file from every webpage you need to use it.
13+
14+
15+
## HTML Example
16+
17+
You can use [ionicons.com](http://ionicons.com) to easily find the icon you want to use. Once you've copied the desired icon's CSS classname, simply add the icon's classname to an HTML element.
18+
19+
<i class="icon-home></i>
20+
21+
622
## License
723

824
Ionicons is licensed under the [MIT license](http://opensource.org/licenses/MIT).
25+
26+
27+
Created by [@helloimben](https://twitter.com/helloimben) for the [Ionic Framework](http://ionicframework.com/).

0 commit comments

Comments
 (0)