文件名称:fontplop:快速,简单,免费的开源Webfont转换器
文件大小:546KB
文件格式:ZIP
更新时间:2024-05-18 14:01:49
TypeScript
FontPlop是一个OSX / macOS应用程序,它接收ttf和otf文件,并输出一个Webfont捆绑包: woff2 , woff , ttf / otf 。 它是的更简单,更快,免费的后继者,它不再维护。 演示版 安装 brew cask install fontplop 测验 像这样运行lint(tslint)和测试(Jest): npm run lint npm run test 生成CSS(推荐) 直接从Typekit网站窃取 :guard: :money_bag: @font-face { font-family : "My Font" ; src : url ( "my-font.woff2" ) format ( "woff2" ) , url ( "my-font.woff" ) format ( "woff" ) , url ( "my-font.otf" ) form
【文件预览】:
fontplop-master
----.gitignore(41B)
----package.json(3KB)
----tslint.json(42B)
----package-lock.json(501KB)
----src()
--------process-fonts.ts(249B)
--------assets()
--------checkupdates.js(2KB)
--------app.tsx(2KB)
--------index.html(938B)
--------index.ts(4KB)
--------styles()
----.nvmrc(6B)
----.travis.yml(102B)
----tsconfig.json(603B)
----Info.plist(723B)
----.compilerc(1KB)
----README.md(5KB)
----lib()
--------woff.ts(105B)
--------font-collection.ts(585B)
--------css.ts(555B)
--------font.ts(2KB)
--------ttf.ts(103B)
--------__tests__()
--------woff2.ts(315B)
----.vscode()
--------settings.json(40B)
--------launch.json(413B)
----fixtures()
--------foo.ttf(13KB)
----CNAME(17B)