Skip to content

Font License Guide

This guide explains font licenses, their permissions, and how to determine what you can do with a font.

Quick Reference

CategoryIconDescription
Open SourceOpen SourceFully open licenses (OFL, Apache, MIT, etc.)
Freely DistributableFreely DistributableFree to redistribute with conditions
Platform TiedPlatform TiedLimited to specific platforms (macOS, Windows)
Bundled SoftwareBundledComes with specific software
UnknownUnknownLicense not specified in formula

License Categories

Open Source Open Source Fonts

Fonts licensed under open source licenses that generally allow:

  • ✅ Free use (personal and commercial)
  • ✅ Redistribution
  • ✅ Modification
  • ✅ Web embedding
  • ✅ Subsetting

Available Licenses:

LicenseIdentifierSPDX
SIL Open Font License 1.1OFL 1.1OFL-1.1
Apache License 2.0Apache 2.0Apache-2.0
MIT LicenseMITMIT
BSD LicenseBSDBSD-3-Clause
CC0 / Public DomainCC0 1.0CC0-1.0
Public DomainPublic DomainNot on SPDX
CC-BY 4.0CC BY 4.0CC-BY-4.0
CC-BY-SA 4.0CC BY-SA 4.0CC-BY-SA-4.0
Ubuntu Font License 1.0UFL 1.0Ubuntu-font-1.0
GUST Font LicenseGUSTNot on SPDX
GNU LGPLLGPLLGPL-3.0
GNU GPL (Font Exception)GPLGPL-3.0
IPA Font LicenseIPAIPA
Bitstream Vera LicenseBitstreamBitstream-Vera
Freely UsableFree to UseNot on SPDX

Freely Distributable Freely Distributable

Fonts that can be redistributed under specific terms:

LicenseDescription
Microsoft Web Fonts EULAUnlimited redistribution (not for profit)
FreewareFree for personal use, redistribution restricted

Platform Tied Platform Tied

Fonts that come with specific platforms:

LicenseDescription
Apple-onlyLicensed for use on Apple-branded systems only

Bundled Bundled Software

Fonts that come with specific software:

LicenseDescription
Microsoft Software LicenseBundled with MS Office/Windows
Adobe Software LicenseBundled with Adobe products
Software Bundle LicenseBundled with other software

Unknown Unknown

LicenseDescription
License Not SpecifiedNo license info in formula

Usage Contexts

Different licenses permit or restrict different usage contexts:

ContextDescription
AcademicUse in educational institutions, research, thesis
Non-commercialPersonal projects, hobby use
Commercial (Static)Creating static artifacts like PDFs, images for sale
Commercial (Server)Dynamic artifact generation on servers
Web (Hosting)Self-hosting WOFF/WOFF2/SVG fonts
Web (Subsetting)Subsetting for web performance
ModificationEditing glyphs, customization
RedistributionDistributing font files (standalone or bundled)
Format ConversionConverting TTF ↔ WOFF ↔ WOFF2

How to Determine Font License

Step 1: Check the Formula

Each formula page shows:

  • License badge (if detected)
  • License URL (if provided)
  • Copyright notice
  • Any license agreement text

Step 2: Visit the Homepage

The formula includes a homepage link. Visit it to find:

  • Official license information
  • Usage terms
  • Contact information

Step 3: Check the Font Files

Font files often contain license metadata:

bash
# Using otfinfo (install via lcdf-typetools)
otfinfo --info Font.ttf | grep -i license

# Using fonttools
ttx -t name Font.ttf | grep -i license

Step 4: Contact the Foundry

If unclear, contact the font creator:

  • Foundry website
  • Email from formula homepage
  • GitHub repository (if available)

Reporting License Issues

If you find incorrect license information:

  1. Open an issue on GitHub: https://github.com/fontist/formulas/issues
  2. Include the formula name
  3. Provide correct license information with source

We take license accuracy seriously.

Fontist is a Ribose project