Problem
Fonts used in older projects are no longer installed, changing text layout when the project is reopened.
Solution
Root Cause / Diagnostic:
Reopening legacy projects on updated operating systems or secondary workstations without local font installation triggers default system font substitution (e.g., substituting Arial for a custom display face). This alters kerning, line height, and text box wrapping, breaking graphic layouts.
Actionable Fix:
1. Package all proprietary and web font files (.otf/.ttf) directly inside a dedicated _Project_Assets/Fonts directory within the master project folder.
2. Install font management software to automatically activate project-specific font packages when the project file is loaded.
3. Compare the current timeline text cards against an exported master reference render to verify identical typographic geometry and kerning.
Pro Tip:
Standardize channel branding on open-source Google Fonts (such as Montserrat, Roboto, or Inter); open-source typography guarantees cross-platform consistency and zero licensing reactivation headaches.
Reopening legacy projects on updated operating systems or secondary workstations without local font installation triggers default system font substitution (e.g., substituting Arial for a custom display face). This alters kerning, line height, and text box wrapping, breaking graphic layouts.
Actionable Fix:
1. Package all proprietary and web font files (.otf/.ttf) directly inside a dedicated _Project_Assets/Fonts directory within the master project folder.
2. Install font management software to automatically activate project-specific font packages when the project file is loaded.
3. Compare the current timeline text cards against an exported master reference render to verify identical typographic geometry and kerning.
Pro Tip:
Standardize channel branding on open-source Google Fonts (such as Montserrat, Roboto, or Inter); open-source typography guarantees cross-platform consistency and zero licensing reactivation headaches.