Hirofumi Horikawa
Hirofumi Horikawa
In my approach, `postinstall.sh` downloads fonts into `/home/site/wwwroot/fonts` temporally during deployment. https://github.com/horihiro/azure-functions-puppeteer-node-cjkfont/blob/master/postinstall.sh#L5 And the fonts are copied to `/home/.fonts` at the beginning of each invocation if there is no fonts...
Another example, microsoft.com/ja-jp Before adding fonts:  After adding fonts: 
It seems to be difficult to determine which fonts are added. If the function host had an initializing process for Node.js worker as discussing in https://github.com/Azure/azure-functions-host/issues/586 , customers can add...
I saw same error message after updating to new WSL. But in my case, this happened only when launching in Windows Terminal, because the starting directory for the distro `Ubuntu-22.04`...