Hello,
on my website https://stria.tech and on every sub-page I get error messages in the “Inspector” in Firefox (not in the DevTools in Chrome, though). The error messages indicate that Fontawsome wants to be loaded from the path https://stria.tech/wp-content/themes/pro/cornerstone/assets/dist/fonts/. However, this patrh does not exist. Instead, the fonts are located in https://stria.tech/wp-content/themes/pro/cornerstone/assets/fonts/
When inspecting the “Page Source” and looking for “/dist/fonts/”, this wrong directory seems to be associated with x-icons. Here is a small excerpt from the Page Source where this happens:
[data-x-icon-s]:before,[data-x-icon-b]:before{line-height:1}@font-face{font-family:'FontAwesome';font-style:normal;font-weight:900;font-display:block;src:url('https://stria.tech/wp-content/themes/pro/cornerstone/assets/dist/fonts/fa-solid-900.woff2') format('woff2'),url('https://stria.tech/wp-content/themes/pro/cornerstone/assets/dist/fonts/fa-solid-900.woff') format('woff'),url('https://stria.tech/wp-content/themes/pro/cornerstone/assets/dist/fonts/fa-solid-900.ttf') format('truetype')}
I have not noticed that anything is incorrectly displayed on the website, all looks good. Still, this is quite strange.