mirror of https://github.com/luizdepra/hugo-coder.git

Simon Hollingshead
01.53.2024 a7d9dce6d9dd02094826de8ac91c366bb87fba3a
refs
author Simon Hollingshead <me@simonhollingshead.com>
Sunday, December 1, 2024 21:53 +0100
committer GitHub <noreply@github.com>
Sunday, December 1, 2024 21:53 +0100
commita7d9dce6d9dd02094826de8ac91c366bb87fba3a
tree 65d75d255881f3e071978af3aa62de79575995a6 tree | zip | gz
parent a47ff107dbe0560a5ac6d3fd3ba521fb3899ff0f view | diff
Update FontAwesome to 6.7.1. (#943)

### Prerequisites

Put an `x` into the box(es) that apply:

- [x] This pull request fixes a bug.
- [x] This pull request adds a feature.
- [ ] This pull request introduces breaking change.

### Description

https://fontawesome.com/changelog

See changelogs for 6.7.0 and 6.7.1.

This includes additional icons and tweaks for the formatting of some
existing icons. These files are directly unpacked, without any
modification, from the published free ZIP file on the FA github and on
FA's own website.

### Issues Resolved

N/A

### Checklist

Put an `x` into the box(es) that apply:

#### General

- [x] Describe what changes are being made
- [x] Explain why and how the changes were necessary and implemented
respectively
- [ ] Reference issue with `#<ISSUE_NO>` if applicable

#### Resources

- [x] If you have changed any SCSS code, run `make release` to
regenerate all CSS files

#### Contributors

- [ ] Add yourself to `CONTRIBUTORS.md` if you aren't on it already

Co-authored-by: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
4 files deleted
18 files modified
795 ■■■■ changed files
assets/scss/font-awesome/_core.scss 26 ●●●●● diff | view | raw | blame | history
assets/scss/font-awesome/_icons.scss 5 ●●●● diff | view | raw | blame | history
assets/scss/font-awesome/_mixins.scss 21 ●●●●● diff | view | raw | blame | history
assets/scss/font-awesome/_shims.scss 612 ●●●● diff | view | raw | blame | history
assets/scss/font-awesome/_variables.scss 91 ●●●●● diff | view | raw | blame | history
assets/scss/font-awesome/brands.scss 4 ●●●● diff | view | raw | blame | history
assets/scss/font-awesome/fontawesome.scss 2 ●●● diff | view | raw | blame | history
assets/scss/font-awesome/regular.scss 2 ●●● diff | view | raw | blame | history
assets/scss/font-awesome/solid.scss 2 ●●● diff | view | raw | blame | history
assets/scss/font-awesome/v4-shims.scss 2 ●●● diff | view | raw | blame | history
resources/_gen/assets/scss/coder-dark.scss_9909fe12caa938878c0f06cd010153f1.content 1 ●●●● diff | view | raw | blame | history
resources/_gen/assets/scss/coder-dark.scss_9909fe12caa938878c0f06cd010153f1.json 1 ●●●● diff | view | raw | blame | history
resources/_gen/assets/scss/coder.scss_3309bf5eef245954e39c3edadcf84268.content 11 ●●●●● diff | view | raw | blame | history
resources/_gen/assets/scss/coder.scss_3309bf5eef245954e39c3edadcf84268.json 1 ●●●● diff | view | raw | blame | history
resources/_gen/assets/scss/coder.scss_38b4d05915c0483e6cb106e4f0efccbc.content 12 ●●●● diff | view | raw | blame | history
resources/_gen/assets/scss/coder.scss_38b4d05915c0483e6cb106e4f0efccbc.json 2 ●●● diff | view | raw | blame | history
static/fonts/fa-brands-400.ttf diff | view | raw | blame | history
static/fonts/fa-brands-400.woff2 diff | view | raw | blame | history
static/fonts/fa-regular-400.ttf diff | view | raw | blame | history
static/fonts/fa-regular-400.woff2 diff | view | raw | blame | history
static/fonts/fa-solid-900.ttf diff | view | raw | blame | history
static/fonts/fa-solid-900.woff2 diff | view | raw | blame | history