Font loading errors
Render timeout when loading Google Fonts
When using @remotion/google-fonts, you may encounter timeout errors like:
diff
Problem
By default, loadFont() attempts to load all available font weights and character subsets, which can cause timeouts.
Solution
Only load the specific font weights and character subsets that your project needs:
tsx