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

codepoints are ignored #27

Open
eyala-stratoscale opened this issue Jun 15, 2016 · 2 comments
Open

codepoints are ignored #27

eyala-stratoscale opened this issue Jun 15, 2016 · 2 comments

Comments

@eyala-stratoscale
Copy link

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

@eyala-stratoscale
Copy link
Author

Added PR to fix it :
#28

@jeerbl
Copy link

jeerbl commented Feb 4, 2017

Guys,

I took over the project and fixed some issues as it wasn't being updated. It is here, I renamed it as webfonts-loader so I can push it on npm.

Cheers,
Jerome

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants