This website will convert your handwriting into the custom font file. The process is little-bit time consuming, but at the end you will get the .ttf file, which you can use it in your document. To know the complete process, you can visit the Guide section.
link - https://font-maker.netlify.app/
- HTML
- CSS
- JavaScript
- React.js
- potrace (tool for tracing images)
- svgicons2svgfont (tool to convert svg to svg font)
- react-image-crop (tool to crop the image)
- svg2ttf (tool to convert svg font to ttf)
- base-64 (to encode/decode base64 string)
- netlify (to host the website)
First of all, clone this project in your machine
$ git clone https://github.com/Nikhil1602/font-maker
Now run the below commands in your terminal,
cd font-maker
npm install
npm start