Skip to content

Commit

Permalink
feat: update fontawesome version (#508)
Browse files Browse the repository at this point in the history
* feat: bump font awesome version
  • Loading branch information
lxndrblz authored Jul 13, 2024
1 parent a34fb39 commit 7a44369
Show file tree
Hide file tree
Showing 20 changed files with 57 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ demo/
.hugo_build.lock
/node_modules
exampleSite/public/
.DS_Store
public/
4 changes: 2 additions & 2 deletions assets/fontawesome/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ as SVG and JS file types.
In the Font Awesome Free download, the SIL OFL license applies to all icons
packaged as web and desktop font files.

Copyright (c) 2022 Fonticons, Inc. (https://fontawesome.com)
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
with Reserved Font Name: "Font Awesome".

This Font Software is licensed under the SIL Open Font License, Version 1.1.
Expand Down Expand Up @@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
In the Font Awesome Free download, the MIT license applies to all non-font and
non-icon files.

Copyright 2022 Fonticons, Inc.
Copyright 2024 Fonticons, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Expand Down
9 changes: 9 additions & 0 deletions assets/fontawesome/css/all.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/fontawesome/css/brands.min.css

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions assets/fontawesome/css/fontawesome.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/fontawesome/css/regular.min.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}
6 changes: 3 additions & 3 deletions assets/fontawesome/css/solid.min.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
6 changes: 6 additions & 0 deletions assets/fontawesome/css/svg-with-js.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions assets/fontawesome/css/v4-font-face.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions assets/fontawesome/css/v4-shims.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions assets/fontawesome/css/v5-font-face.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions exampleSite/config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,24 @@ enable = false # options: true, false. Enable math support globally, default: f
use = "katex" # options: "katex", "mathjax". default is "katex".

## Social links
# use 'fab' when brand icons, use 'fas' when standard solid icons.
# use 'fa-brands' when brand icons, use 'fas' when standard solid icons.
[[socialIcons]]
icon = "fab fa-linkedin"
icon = "fa-brands fa-linkedin"
title = "Linkedin"
url = "https://de.linkedin.com/"

[[socialIcons]]
icon = "fab fa-github"
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/lxndrblz/anatole/"

[[socialIcons]]
icon = "fab fa-instagram"
icon = "fa-brands fa-instagram"
title = "instagram"
url = "https://www.instagram.com/"

[[socialIcons]]
icon = "fas fa-envelope"
icon = "fa-solid fa-envelope"
title = "e-mail"
url = "mailto:mail@example.com"

Expand Down
Binary file modified static/fontawesome/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified static/fontawesome/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified static/fontawesome/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified static/fontawesome/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified static/fontawesome/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified static/fontawesome/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7a44369

Please sign in to comment.