# Ícones do Font-Awesome não estão sendo carregados

**URL:** https://meta.discourse.org/t/font-awesome-icons-not-being-loaded/103648
**Category:** Support
**Created:** [Dezembro 6, 2018, 7:29pm UTC](https://meta.discourse.org/t/font-awesome-icons-not-being-loaded/103648 "2018-12-06T19:29:41Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![wishspinner](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wishspinner/32/139913_2.png) [@wishspinner](https://meta.discourse.org/u/wishspinner)
#### Post date: [Dezembro 6, 2018, 7:29pm UTC](https://meta.discourse.org/t/font-awesome-icons-not-being-loaded/103648/1 "2018-12-06T19:29:41Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [Dezembro 6, 2018, 7:31pm UTC](https://meta.discourse.org/t/font-awesome-icons-not-being-loaded/103648/2 "2018-12-06T19:31:24Z")

</div>

Check [Introducing Font Awesome 5 and SVG icons](https://meta.discourse.org/t/introducing-font-awesome-5-and-svg-icons/101643)

We don’t use the font version anymore.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [Dezembro 6, 2018, 7:31pm UTC](https://meta.discourse.org/t/font-awesome-icons-not-being-loaded/103648/3 "2018-12-06T19:31:28Z")

</div>


