Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 576 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 576 Bytes

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.)

License

MIT