1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-16 09:13:01 +02:00

Update to Font Awesome 5

Nothing really new as far as how we're using Font Awesome, but it is
good to keep up with the times and the tooling. Users that have used
custom fonts in their content or layouts will need to update their
icon prefixes from "fa" to "fas" or "fab" depending on which font
their icon comes from.

See: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4
This commit is contained in:
2020-01-25 21:18:05 +02:00
parent 9b35f3b1dc
commit 4c5ce590f2
28 changed files with 9095 additions and 2721 deletions

View File

@ -1,6 +1,6 @@
// selectively import components we need from font-awesome
// see: node_modules/font-awesome/scss/font-awesome.scss
@import 'source/scss/font-awesome';
// selectively import components we need from fontawesome
// see: node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss
@import 'source/scss/fontawesome';
// selectively import components we need from bootstrap
// see: node_modules/bootstrap/scss/bootstrap.scss