I am trying to render a video. It has Bengali language and renders well on my machine, but it fails when I try to render it using lambda.
I have done import './fonts.css';
In fonts.css, I have the following file.
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;700&display=swap');
It works on the remotion player. Attached a screenshot of that as well.
Do we need to explicitly specify fontFamily in the <span> element if the language is not English?