talk-iconfonts

Iconfonts library and generator of Talk

Usage no npm install needed!

<script type="module">
  import talkIconfonts from 'https://cdn.skypack.dev/talk-iconfonts';
</script>

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

License

MIT