Oliver Schmidt
Oliver Schmidt
Found an alternative in [SVGFixer](https://github.com/oslllo/svg-fixer).
There is no direct way to achieve this. It looks like you have to [write](https://www.geeksforgeeks.org/node-js-fs-writefile-method/) the SVGs in a temporary folder.
@Alimahmooodi Try setting the font height to 1000 or higher. You can think of the value as something like precision rather than size. ```js svgicons2svgfont: { fontHeight: 1000, } ```
The [problem](https://github.com/nfroidure/svgicons2svgfont/issues/113) is based on the dependency `svgicons2svgfont` and can be fixed by using [SVGFixer](https://github.com/oslllo/svg-fixer) to outline the icons before.