Free Online Map Glyph Generator
Drag & drop a font file here, or browse
TTF, OTF, WOFF, WOFF2
PBF (Protocol Buffer Format) font files contain pre-rendered SDF (Signed Distance Field) glyphs used by MapLibre GL and Mapbox GL for rendering text on vector maps. Each PBF file covers a 256-character Unicode range (e.g. 0-255, 256-511).
Yes. All processing happens entirely in your browser. Your font files are never uploaded to any server. Nothing leaves your device.
TTF (TrueType), OTF (OpenType), WOFF, and WOFF2 font formats.
No. Unlike fontnik which requires a Docker container or Node.js with native C++ bindings, this tool runs entirely in your browser. No installs, no command line.
Yes. The output follows the same protobuf schema as fontnik and is fully compatible with MapLibre GL JS, Mapbox GL JS, and any map renderer that uses the standard glyph PBF format.
Unzip the output and serve the folder via any static file server or CDN. Point your MapLibre GL style's glyphs URL to the folder, using the {fontstack}/{range}.pbf pattern.