Skip to content

Fix: issue with building custom font

Sorin requested to merge ops/fixes-icons-build into master

Provide a general summary of your changes in the Title above Use "n/a" if any of these points does not apply

Description

Fixes the endpoint and improves the script to ignore one of the miss matching names.

Test

Add a new icon in the application and run npx grunt generateCustomfont. The whole process should work (scan the files, find the new icon, add it to the array and ask the API for the custom font. Once that's done, download and replace the font with the new one)

Screenshots (if appropriate):

image

Merge request reports