mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 12:55:55 +00:00
* Added: `npm run font` command for editing the Fontello icon font. Use it to get started, then start the development server with `npm start` and changes will automatically save when you click `Export Font` from Fontello. * Changed: The list of Fontello icons is now extracted from our Fontello config file so that it doesn't have to be manually updated.
6 lines
No EOL
142 B
JSON
6 lines
No EOL
142 B
JSON
{
|
|
"config": "./fontello.config.json",
|
|
"download": "https://localhost:8000/update_font",
|
|
"css": "./styles/fontello",
|
|
"font": "./res/font"
|
|
} |