chrisbobbe / jekyll-theme-prologue

A Jekyll version of the "Prologue" theme by HTML5 UP
https://chrisbobbe.github.io/jekyll-theme-prologue/
Other
429 stars 937 forks source link

Update Font Awesome to version 5.1.0 #21

Closed Drakmyth closed 6 years ago

Drakmyth commented 6 years ago

Because Font Awesome had some breaking changes between v4 and v5, this was a little more involved than it should have been. I tried to keep as close to the original usability as possible, making concessions only where necessary to allow the full usage of FA5 styles. I also switched from hosting a local copy of FA to using their public CDN, which is the recommended way to retrieve the CSS now. Only supports FA Free, though Pro should be trivial to add. I don't have a pro subscription though and didn't want to add support I couldn't verify was working.

Also resolves #12

chrisbobbe commented 6 years ago

Thank you!!