Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 12:43
· 22 commits to master since this release

npm bundle size npm version

Documentation v4.0.0: https://raw.githack.com/jaywcjlove/svgtofont/ac43927/index.html
Comparing Changes: v3.25.4...v4.0.0

npm i svgtofont

Template variables changed. E.g: _{{filename}}.less

.{{prefix}} {
-  font-family: '{{fontname}}' !important;
-  font-size: {{fontSize}};
+  font-family: '{{fontname}}' !important;{{fontSize}}
}