🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
1. 安装 node.js ~~~ 先安装node-v8.11.2-x86.msi 然后再cmd node -v 然后输入npm config set registry https://registry.npm.taobao.org 输入:npm install font-spider -g font-spider --version ~~~ 2. 在vccode命令行 ~~~ font-spider --version(不是内部命令 关掉重开) font-spider *.html 使用命令行进行压缩:(不再vccode中在cmd中也行) 先进入盘符(E:) cd (粘贴字体样式所在的盘符)回车 font-spider *.html ~~~ ### 使用方法: ~~~ 将字体文件夹放入vccode中 <style> .custom-font{ font-family: "IF"; font-size: 40px; } /* 自定义字体 */ @font-face{ font-family: "IF"; src: url("caoshu.ttf") } </style> </head> <body> <p class="custom-font">小米</p> </body> ~~~