Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

codepoints are ignored #27

@eyala-stratoscale

Description

@eyala-stratoscale

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions