sbala69gmail / svg-to-font-css

SVG to font create and CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svg-to-font-css

Create a font file by svg file. and used in css for custome font file.

Running procedure

Run below command

npm install // to install the npm dependance package
npm run start // to convert the svg to font
npm run sass // to convert scss to css
npm run convert // generate font file and convert sass and scss

SVG place path:

to place the svg in assets/icons

Convert the SVG to font

to store the output in assets/fonts and assets/scss

About

SVG to font create and CSS.

License:MIT License


Languages

Language:JavaScript 38.7%Language:SCSS 34.3%Language:CSS 21.7%Language:HTML 5.4%