文件名称:google-font-import:将Chrome浏览器应用程序导入Google字体到本地
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-02 05:11:12
JavaScript
谷歌字体导入 下载Google字体并使用更新的路径写入html / css文件 安装 $ npm install --save google-font-import 用法 安慰 gf-import ./fixture/roboto.html --html=./.tmp --font=./.tmp/fonts --style=./.tmp 选项 --html:用于保存具有新样式样式的文件的html路径 --fonts:下载字体的目标路径 --style:样式表路径,用于保存具有新字体路径的文件 原料药 var imports = require ( "google-font-import" ) ; var opts = { src : './fixture/roboto.html' , htmlpath : './.tmp' , fontpath : './.tmp/fonts'
【文件预览】:
google-font-import-master
----.jshintrc(170B)
----.gitignore(18B)
----package.json(885B)
----cli.js(955B)
----.travis.yml(72B)
----index.js(4KB)
----test.js(666B)
----license(1KB)
----fixture()
--------fontdumps.json(4KB)
--------roboto.html(738B)
----readme.md(1KB)
----.gitattributes(12B)
----.editorconfig(249B)