talk-iconfonts
Version:
Iconfonts library and generator of Talk
42 lines (26 loc) • 576 B
Markdown
Talk Iconfonts
===============
Author
------
徐亮 [dribbble](https://dribbble.com/xlisok)
Introduction
------------
Iconfonts library and generator of [简聊](http://jianliao.com)
Usage
-----
Install
```bash
npm i talk-icon-fonts --save
```
Then you can link css file into your html.
```html
<link href="/path/to/talk-iconfonts.css" rel="stylesheet" />
```
Or you can import css by Webpack.
```css
@import url('path/to/talk-iconfonts.css');
```
(Make sure the 'css' and 'fonts' directory relative.)
License
-------
[MIT](https://opensource.org/licenses/MIT)