Font Substitution Will Occur Continue Fixed | Plus & Extended
Technical Report: Font Substitution & System Behavior Analysis
Report ID: FSO-2026-04
Topic: "Font substitution will occur. Continue?"
Issuing Body: Systems Compatibility & Rendering Working Group
Date: April 20, 2026
4. Cross-Platform Differences
- Windows (GDI/DirectWrite): name matching, font linking via registry, ClearType metrics, Windows 10 fallback for emoji segmented into color vs monochrome fonts.
- macOS (Core Text): font descriptors, cascading fallback, font activation APIs.
- Linux (fontconfig + FreeType + HarfBuzz): configurable aliases, per-language fallback; distribution-specific font stacks.
- Web browsers: Blink/Gecko/WebKit integrate platform fallback rules plus internal fallback for web fonts (WOFF/WOFF2), same-origin embedding and CORS implications.
Option B: Use the "Find Font" Feature
In Adobe InDesign or Illustrator, click "Cancel." Then go to Type > Find Font. This panel lists every font used in the document. It highlights missing fonts in yellow or red. From here, you can manually remap a missing font to a similar font that you do have installed, without relying on automatic substitution. Font substitution will occur continue
3.2 Print & Export Risks
- PDF Embedding: If you continue and then export to PDF without embedding, the substitution is burned into the output.
- Proofing Errors: Print shops receiving the file will see the substituted font unless original fonts are supplied.
Part 7: Advanced Troubleshooting (For IT and Power Users)
If the warning persists even after you have installed the correct fonts, you may have a deeper system issue. Option B: Use the "Find Font" Feature In
Corrupt Font Cache: Your OS may remember a missing font even after you installed it. Windows (GDI/DirectWrite): name matching
- Windows: Delete the contents of
C:\Windows\System32\FNTCACHE.DATand restart. - Mac: Use Terminal to run
atsutil databases -removeUserand then restart.
Duplicate Fonts: Having two versions of the same font (one .ttf and one .otf) confuses the system. Use a font manager to deactivate duplicates. The software sees conflict and defaults to substitution.
Document Metadata Glitch: Sometimes the document remembers a specific font ID that no longer exists. In Word, you can strip this by saving the file as a .txt file (losing all formatting) and then reformatting. In InDesign, export to IDML (InDesign Markup Language) and then re-open the IDML file to rebuild the font list.