How do I publish a Font Awesome library to a Azure Web App service?
I'm using Visual Studio 2019 and .NET Framework 4.8
Either the library is not getting published, or it is not accessible.
I get an error in the browser console:
"downloadable font: download failed (font-family: "Font Awesome 5 Free" style:normal weight:900 stretch:100 src index:1): status=2147746065 source: <my-url>/fontawesome513/webfonts/fa-solid-900.woff2"
This question has basically been asked here. However, the accepted answer seems to be flawed and out-of-date. See my reasoning at the bottom of this post.
Does the custom font limitation for PDF generation (mentioned in the other post's answer) apply to web apps, in general?
If not, any insight into how to publish a font to an Azure Web App?
It seems hard to believe that publishing and using font libraries is not allowed for a Web App on Azure.
Reasoning for creating this question: The accepted answer points to a specific process of PDF generation: "Known issue for all PDF generators based on wkhtmltopdf or phantomjs: custom fonts are not rendered..." (source: Azure Web App sandbox, at the bottom of the page). The answer's "custom font" link redirects to non-custom-font tutorial and the "feeback post" link gives a "Page Not Found" error.
In light of this, it seems that an update to the existing question needs to occur, or a new question submitted. Thus this question (and I don't have enough rep to post a comment in the other question).