Fonts 方泰罗倒下了。我能用别的方法吗?

Fonts 方泰罗倒下了。我能用别的方法吗?,fonts,fontello,Fonts,Fontello,从2018年5月23日开始,我发现fontello.com网站已经关闭。有人能建议我如何使用fontello生成的SVG字体在其他在线引擎上添加更多字体吗?当它关闭时,您可以在本地运行它 资料来源如下: 您需要安装git()和node() 之后,只需克隆、安装并运行项目: git clone https://github.com/fontello/fontello cd fontello npm install node server 然后在浏览器中导航到localhost:3000 编辑:但

从2018年5月23日开始,我发现fontello.com网站已经关闭。有人能建议我如何使用fontello生成的SVG字体在其他在线引擎上添加更多字体吗?

当它关闭时,您可以在本地运行它

资料来源如下:

您需要安装
git
()和
node
()

之后,只需克隆、安装并运行项目:

git clone https://github.com/fontello/fontello
cd fontello
npm install
node server
然后在浏览器中导航到
localhost:3000


编辑:但这在windows上不起作用。

谢谢@practiced的好意。但当我启动节点服务器时,我得到:

fontello/lib/system/runner.js:118
  async function execute() {
        ^^^^^^^^
SyntaxError: Unexpected token function
    at Object.exports.runInThisContext (vm.js:76:16)
    at Module._compile (module.js:542:28)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Applications/MAMP/htdocs/fontello/server.js:12:3)
    at Module._compile (module.js:570:32)
fontello/lib/system/runner.js:118
异步函数execute(){
^^^^^^^^
SyntaxError:意外的令牌函数
在Object.exports.runInThisContext(vm.js:76:16)
在模块处编译(Module.js:542:28)
在Object.Module.\u extensions..js(Module.js:579:10)
在Module.load(Module.js:487:32)
在tryModuleLoad时(module.js:446:12)
在Function.Module.\u加载(Module.js:438:3)
at Module.require(Module.js:497:17)
根据需要(内部/module.js:20:19)
at对象。(/Applications/MAMP/htdocs/fontello/server.js:12:3)
在模块处编译(Module.js:570:32)
您可以使用,它在浏览器中执行相同的操作。您可以通过拖放上传图标或字体svg,如fontello


选择您想要的图标集,然后单击屏幕底部的下载按钮。

如果fontello关闭,我建议您使用以下docker图像:


我没有提到,你需要linux来完成这个项目。据我所知,这个项目从来没有在windows上测试过。很抱歉。
docker pull avnerner/fontello_server
docker run -it -p  3000:3000 -d avnerner/fontello_server