Font Substitution Will Occur Continue [updated] Jun 2026
: The original creator of the PDF did not "embed" the font data into the file. When a font is not embedded, the software must rely on your local system to provide it; if you don't have it, the software must find a "best guess" replacement. What Happens if You Click "Continue"?
If you are sending a file to someone else, don't just send the .indd or .ai file. Use the feature (File > Package). This creates a folder containing the document, all linked images, and—most importantly—a folder with all the necessary font files . Solution 3: Outline Your Text
Note the exact name of the missing typeface listed in the software's initialization dialog box.
| Type | Description | Example | |------|-------------|---------| | | User is not notified; happens automatically. | Browser replaces missing Arial with Nimbus Sans. | | Explicit substitution | System specifies which fallback font is used. | CSS font-family: "Helvetica", sans-serif; | | Algorithmic substitution | The renderer synthesizes a missing glyph or matches metrics. | Adobe InDesign’s Multiple Master fallback. | | Glyph-level substitution | Only one character replaced, rest of string keeps original font. | '€' missing → taken from another font. | Font substitution will occur continue
When a document references a font (e.g., "Helvetica Neue Bold") that is not installed on the current system, the rendering engine performs a routine.
References (select tools and standards)
The goal of substitution is to allow the document to be displayed or printed without errors, but the results can be unpredictable. Font substitution can alter layout, change the visual tone of a design, and even cause text to reflow, which can break a carefully planned page composition. : The original creator of the PDF did
: The document uses a specialty or premium font that isn't part of the standard system library. Cloud Font Delays
Font substitution is a pervasive phenomenon in digital typography: when a requested font is unavailable or incapable of rendering certain glyphs, systems substitute a different font. Substitution can be benign (identical metrics) or disruptive (layout shifts, weight/metric mismatch, glyph style changes). Understanding substitution is essential for web design, document interchange (PDF, DOCX), cross-platform app development, and internationalization.
The phrase "font substitution will occur continue" is not a standard error message across most major software platforms. However, analyzing its structure suggests it is a hybrid of two common concepts: If you are sending a file to someone
Software updates can rename or deprecate older font files, causing programs to flag perfectly common names as "missing" if the exact file versions do not match. Mechanics of Font Substitution
If you’ve ever opened a PowerPoint presentation, a Word document, or a PDF only to be greeted by the message , you’ve hit one of the most common speed bumps in digital document sharing.