Azure / Commercial-Marketplace-SaaS-Accelerator

A reference example with sample code for developers interested publishing transactable, Software as a-Service offers in the Microsoft commercial marketplace.
MIT License
179 stars 275 forks source link

Invalid font path in error CSS files #669

Closed PhilMar-StratusInnovations closed 3 months ago

PhilMar-StratusInnovations commented 4 months ago

Whenever an error occurs, the error page attempts to load a font from an incorrect path.

Under both the Admin and Customer sites, wwwroot\css\Error\font-awesome-min.css has several sources like the following:

src:url('../fonts/fontawesome-webfont.eot?v=4.7.0')

However, there's no ../fonts directory. There is, however, a '../font-awesome/fonts directory.

Should, ../fonts/ be updated to ../font-awesome/fonts/ ?

I did this with my company's installation of the accelerator, and it seems to work.

neelavarshad commented 3 months ago

Resolved in commit a39e425f9aecaba28648c2335dae11a6a2efc9cb