Draw Your Font

Your handwriting is a font now

Draw your alphabet on paper. Take a photo. Get a real TTF / WOFF2 font. Free, open source, runs on your machine. Nothing is uploaded, no credits, and the font is 100% yours.

npx skills add danilo-znamerovszkij/draw-your-font

This headline is set in a font made by this tool, from the photo below.

A handwritten alphabet in a spiral notebook next to the resulting font installing in Font Book

A real one-shot result: dim light, spiral binding, page shadow. One photo in, installable font out.

Try it right here

Drop a photo of your handwriting or tap to choose one. Write your letters with a dark pen, not touching.

Runs entirely in this tab: your photo never leaves your device. The full tool adds Claude's eyes (no need to type what you wrote), a print template, WOFF2 and refinement.

How it works

Write

Grab a dark pen and write your alphabet on paper. Any paper. A napkin counts. Letters just should not touch.

Photograph

One phone photo from above. It handles shadows, angles and notebook spirals. No scanner, no exact template.

Say make my font

Drag the photo into Claude Code and say it. Claude finds and labels the letters, builds the font, and checks the result for you.

The whole flow, real time: photo in, installed font out.

No AI needed either

The skill sits on a plain npm CLI with zero system dependencies. If you can tell it what you wrote, it does the whole job by itself:

# freeform photo, in the order you wrote:
npx draw-your-font make photo.jpg --chars "ABCabc" --name "My Hand"

# or print a guided template first:
npx draw-your-font template -o template.pdf
npx draw-your-font make page1.jpg page2.jpg --charset minimal

The fine print

Yours

The font belongs to you. 100%, commercial use included. It is your handwriting.

Free

The usual tool for this costs $8/month. Your terminal does it for free.

Local

Everything runs on your machine. Your handwriting never leaves it. MIT licensed.