The source provided could not be parsed as a value list
The following error message:
can happen when the wrong syntax is passed to the FontFace API.
Older versions on Chrome, including Chrome 104 which runs in Remotion Lambda does not support the FontFace syntax without quotes.
❌ Without quotestxt
✅ With quotestxt
To fix the issue, always include quotes.
Use @remotion/fonts to use an abstraction that helps you avoid this mistake.