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",
},
};