XenForo Font Awesome Setup - 404 Redirect error?

G

Gsk8

Guest
HI all! Just wondering if there is an update for the font_awesome_setup template? My current one is logging 404 redirect errors. Here is my current script. Is it wrong or outdated?

<xf:set var="$faVersion">5.15.3</xf:set>

<xf:if is="fa_weight() == 'l'">
<link rel="preload" href="{{ base_url('styles/fonts/fa/fa-light-300.woff2?_v=' . $faVersion) }}" as="font" type="font/woff2" crossorigin="anonymous" />
<xf:elseif is="fa_weight() == 'r'" />
<link rel="preload" href="{{...
Click to expand...

Read more

Continue reading...