You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,25 @@
3
3
#### The premium icon font for [Ionic Framework](http://ionicframework.com/)
4
4
5
5
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
+
6
22
## License
7
23
8
24
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