talk-iconfonts
v1.0.7
Published
Iconfonts library and generator of Talk
Downloads
37
Readme
Talk Iconfonts
Author
徐亮 dribbble
Introduction
Iconfonts library and generator of 简聊
Usage
Install
npm i talk-icon-fonts --save
Then you can link css file into your html.
<link href="/path/to/talk-iconfonts.css" rel="stylesheet" />
Or you can import css by Webpack.
@import url('path/to/talk-iconfonts.css');
(Make sure the 'css' and 'fonts' directory relative.)