Project has missing fonts
Hi team,
we are facing issue in processing aep graphic files
This is the zip file with 3 fonts

We have all these 3 fonts installed in our system
2025-09-12T23:56:38.542Z INFO: Aerender#install_font: Font Coronette.otf is already installed
2025-09-12T23:56:38.542Z INFO: Aerender#install_font: Font FranklinGothicLTProDmCn.otf is already installed
2025-09-12T23:56:38.542Z INFO: Aerender#install_font: Font FranklinGothicURWLig.otf is already installed
This is the logic used to check the fonts.
File.exists?("C:/Windows/Fonts/#{font_name}") or File.exists?("C:/Windows/Fonts/#{font_name.gsub(/\.otf/i, '.ttf')}")
But still aerender is throwing error
1. WARNING:After Effects warning: Project has missing fonts.
2025-09-12T23:56:57.824Z ERROR: Reported Error/Warning in aerender: WARNING:After Effects warning: Project has missing fonts.
can you please let us know, how to resolve this issue
