webfonts-loader icon indicating copy to clipboard operation
webfonts-loader copied to clipboard

Make an icon font from SVGs!

Results 15 webfonts-loader issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.6.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

All the test-svg files used in this repository have a single path. How do I convert an svg that has multiple paths into a font without losing information. For example,...

cssFontsUrl passed to webfonts-generator is obviously used for font urls, but in this loader it is converted to path using `path.resolve()`. It seems that after *webfonts-generator* deprecated cssFontsPath and used...

scssFile and cssDest options simply being ignored. I looked into the code and these options are useful only if writeFiles could be set to true. But in this commit db46a4f...

Hi @jeerbl , thanks for your work on webfonts-loader - this does exactly what I was looking for when moving my team from a proprietary svg-to-font solution. I succeeded in...

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies

I am using this package to create my font. When I run the project all my icons render as if they were bold. At first I thought the problems were...