You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fonts.ini uses custom file parsing that was shown to be buggy. Since we already use JSON for other things, I suggest we use it for this as well: let's change fonts.ini into fonts.json and load it with the JSON parser.