Font2bitmap
🛠️ This tool allows you to convert fonts (ttf, otf, woff) into bitmap fonts (png) just in your browser.
Install / Use
/learn @stmn/Font2bitmapREADME
Font To Bitmap Converter
This simple tool allow you to convert fonts (ttf, woff, otf) into bitmap fonts.
You can accomplish it in 4 ways:
- Font upload - you can upload a font file directly from your local files.
- Font URL - you can input the direct URL to the font file. Example: https://fonts.gstatic.com/s/pressstart2p/v14/e3t4euO8T-267oIAQAu6jDQyK3nVivNm4I81.woff2.
- Stylesheet URL - you can input the URL of the stylesheet (css file) that contains the font you want to convert. Example: https://fonts.googleapis.com/css2?family=Press+Start+2P.
- Input autocomplete - you can use the input autocomplete feature to search for a font from Google Fonts by its name.

Live
- https://stmn.itch.io/font2bitmap
- https://stmn.github.io/font2bitmap
Limitations
-
Disabling antialiasing in browsers is now almost technically impossible. If you need a bitmap without antialiasing, I recommend using non-browser tools. I published one of them here: https://stmn.itch.io/font2bitmap-standalone
-
If you enter URL it will not work if the server has disabled 'cross-domain' requests (CORS); however, all public font providers should have disabled it.
Technicals
Under the hood project uses: Vite, Bootstrap 5, AlpineJS
- Dev:
npm run dev - Build:
npm run build
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

