Skip to content

whapply/compile-font

Repository files navigation

electron-font

Project setup

npm install

Compiles and hot-reloads for development

npm run electron:serve

Compiles and minifies for production

npm run electron:build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

如果使用

1: 首先下载ttf格式的字体文件 See 地址一. See 地址二. See 地址三.

2: 将下载好的字体文件放到 程序安装根目录下的fontFile,(这个目录需要自己手动创建),即可正常使用。