OpenType Tools.
Tools for inspecting fonts, editing them, and understanding how OpenType features work.
Inspect
- FontDrop!
Drop a font file in the browser to see what's inside: glyphs, features, language support, metadata, and table data. OTF, TTF, WOFF, and WOFF2 supported. Includes a text viewer and waterfall. Nothing goes to a server.
Visit website - FontGoggles Open source
A macOS font viewer focused on text shaping and feature behavior. Load multiple fonts, run the same text through all of them, and toggle features on and off. Uses HarfBuzz for shaping, so complex scripts work correctly. Live-reloads when a font file changes.
Visit website - Samsa Open source
A browser tool for variable fonts. Move the sliders and the glyph outlines update in real time. Export static instances from any point in the designspace.
Visit website - Wakamai Fondue Open source
Drop a font in the browser and get the full feature list plus the CSS to activate each one in a web project. Runs entirely in the browser. Made by Roel Nieskens.
Visit website
Font Editors & Tools
- DTL OTMaster
Works directly with compiled binary font files for post-production work: inspecting and editing OpenType tables, reviewing GSUB and GPOS, checking kerning, running consistency checks across a type family. Runs on macOS, Windows, and Linux. Made by DTL (Dutch Type Library).
Visit website - FontForge Open source
The free, open source font editor. Drawing, spacing, kerning, and OpenType feature code on Mac, Windows, and Linux. Around since 2001. The interface shows its age in places, but it's capable and free.
Visit website - FontLab 8
Full font editor for Mac and Windows. Covers the whole process: drawing, spacing, kerning, OpenType feature code, hinting, and export. Variable font support included. Ten-day free trial available.
Visit website - fonttools Open source
A Python library for working with fonts programmatically. The core tool is TTX: converts a compiled font to editable XML and back to binary. The foundation of most font build infrastructure, including Google Fonts' pipeline.
Visit website - MainType
A Windows font manager with OpenType feature support. The preview panel includes feature toggles and variable font axis sliders — useful when evaluating a typeface for a specific job. Windows only.
Visit website
Learn
- A Practical Guide to Alternate Characters and OpenType Features
A guide to activating OpenType features in Illustrator, InDesign, Figma, Word, and CSS. Focuses on where to click and what to type, without going deep into how features work internally. Published by Pangram Pangram.
Visit website - Fonts and Layout Open source
A free ebook by Simon Cozens covering font design, Unicode, and text processing. The OpenType chapters cover substitution and positioning rules, feature writing, and global scripts. Probably the best free deep-dive on the subject.
Visit website - OpenType Feature Database Open source
A reference for every OpenType feature tag: what it does, what order it processes in, how to access it in software, and what the code looks like. Built by Simon Cozens. More practical and approachable than the official spec.
Visit website - OpenType font features in CSS
MDN's article on using OpenType features in CSS. Covers the relevant properties with code examples you can run in the browser via the MDN Playground.
Visit website
Resources
- Type Design Resources
A community-maintained collection of resources for type designers. Covers learning the basics, finding tools, and the business side of running a foundry. Not specific to OpenType features, but worth knowing about if you're going further into type.
Visit website