Broken link in app.css
Posted: Thu Apr 18, 2024 8:35 pm
As of v3.4.5, the /theme/hesk3/customer/css/app.css file contains a reference to a url that does not exist:
Specifically line 1618:
does not exist
This causes my link checker to complain about a broken link.
Specifically line 1618:
Code: Select all
src: url(../fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"),
url(../fonts/Lato-Regular.woff2) format("woff2"),
url(../fonts/Lato-Regular.woff) format("woff"),
url(../fonts/Lato-Regular.ttf) format("truetype"),
url(https://www.hesk.com/demo/theme/hesk3/customer/fonts/Lato-Regular.svg#Lato-Regular) format("svg");
Code: Select all
https://www.hesk.com/demo/theme/hesk3/customer/fonts/Lato-Regular.svg#Lato-Regular
This causes my link checker to complain about a broken link.