Page 1 of 1

Broken link in app.css

Posted: Thu Apr 18, 2024 8:35 pm
by ncnmra
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:

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
does not exist

This causes my link checker to complain about a broken link.

Re: Broken link in app.css

Posted: Fri Apr 19, 2024 7:42 am
by Klemen
That is indeed an error in the CSS, not sure how it got there. Thanks for the heads up, it will be removed in the next update.

Here are the style files without that reference:
https://www.hesk.com/extras/hesk3/hesk3 ... nk_fix.zip

Unzip and place them into your /theme/hesk3/customer/css folder.