Skip to content

Commit

Permalink
chore: bump fontawesome from 6.3.0 to 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrex committed Aug 13, 2024
1 parent 1b96574 commit b389352
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 6 deletions.
4 changes: 3 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<title>Online Resume</title>
{%- endif %}

<link rel="stylesheet" href="{{ "/assets/fontawesome/css/all.min.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/assets/fontawesome/css/fontawesome.min.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/assets/fontawesome/css/brands.min.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/assets/fontawesome/css/solid.min.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/assets/icons/css/all.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">

Expand Down
10 changes: 5 additions & 5 deletions assets/fontawesome/css/all.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions assets/fontawesome/css/solid.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*!
* Font Awesome Free 6.6.0 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 2024 Fonticons, Inc.
*/
: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}
Binary file modified assets/fontawesome/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified assets/fontawesome/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified assets/fontawesome/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file modified assets/fontawesome/webfonts/fa-v4compatibility.woff2
Binary file not shown.

0 comments on commit b389352

Please sign in to comment.