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
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
I'm trying to have fixed codepoints for certain icons but fail it seems like codepoints which are supported in webfonts-generator are not supported here... Or maybe I'm using it wrong.
Please tell me, example below of one of the tries i've done...
Thanks
I'm trying to have fixed codepoints for certain icons but fail it seems like codepoints which are supported in webfonts-generator are not supported here... Or maybe I'm using it wrong.
Please tell me, example below of one of the tries i've done...
Thanks
module.exports = {
"files": [
"./my-font/*.svg",
],
"fontName": "custom-font",
"classPrefix": "cs-",
"baseClass": "cs",
"fixedWidth": true,
includePaths: ['./custom-font'],
"codepoints": {
"drop_down_arrow": "\uE001",
"sf-drop_down_arrow": "\uE002",
},
};
The text was updated successfully, but these errors were encountered: