Hi all,
I have discourse up and runnning on both a local test environment as well as on a live test server. Everything is ok on my local machine, but on the live server font-awesome is not being loaded.
Here’s the bit in the page source that I noticed is missing on the live instance:
<link rel="preload" href="/assets/fontawesome-webfont.woff2?http://localhost&2&v=4.7.0" as="font" type="font/woff2" crossorigin />
<style>
@font-face {
font-family: 'FontAwesome';
src: url('/assets/fontawesome-webfont.woff2?http://localhost&2&v=4.7.0') format('woff2'),
url('/assets/fontawesome-webfont.woff?http://localhost&2&v=4.7.0') format('woff');
}
</style>
Did I accidentally flip a switch somewhere to turn Font Awesome off on my live instance? I’m no discourse expert (yet), any pointers are much appreciated.