binford2k/showoff

Font Awesome is outdated

Closed this issue · 2 comments

An update would be much appreciated.

Alternatively, a way to upgrade locally (or use the online version by including the css) would be even better.

I've tried this in my css:
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');

but it has no effect.

Thanks!

FWIW, while investigating this issue and prior to any Showoff updates, I added this line to the top of a custom css file:

@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');

and then this HTML displayed properly.

<i class="fa fa-candy-cane"></i> This should show a candy cane!

Did you fully reload the browser to ensure that all CSS files were loaded in?

Hi Ben, I'm pretty sure I've reloaded it, don't know what went wrong there.

Thanks a lot for the update!