sometime we met some problems while use icon font:
- what are the shapes in the svg font file ?
- want to use a shape but don't kown the unicode
svgfr
maybe provide some help...
npm install svg-font-reader -g
- put you svgfile in a folder
- cd to the folder in command line
- run command:
svgfr <svgfile>
- it will genarate a html file and a ttf file, then open default browser to preview this html page.
--EOF--