New Fonts icon operation

Fonts icon replacement procedure
1. Download any original project file selection.json
2. Log icomoon.io/app/#/select/font, step two select import icons change selection.json import file
3. Download Font icon to add the svg figure, in the upper right corner of import to set import these pictures svg
4. select all required icon, select step three generate font, font icon named each download
5. Log https://www.giftofspeed.com/base64-encoder/ transcoding using base64, ttf select files in the downloaded file into the code to replace the transcoded copy file base64 font_icon.wxss transcoded content
@ font-face {
  font-Family: 'icomoon';
  the src: url ( 'data: font / truetype ; charset = utf-8; base64, ... replacement code ...') the format ( 'TrueType');
6. the style.css the downloaded file in the font all copies replacement icon

Guess you like

Origin www.cnblogs.com/prospective-zkq/p/11489092.html