Skip to content

Commit

Permalink
add tag and open folder icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskthomas authored Sep 7, 2024
1 parent 1a26439 commit 6bd1194
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified assets/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified assets/fonts/fa-solid-900.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fontawesomeSubset = require("fontawesome-subset").fontawesomeSubset;

fontawesomeSubset(
{
solid: ["bars", "envelope"],
solid: ["bars", "envelope", "folder-open", "tag"],
brands: ["square-x-twitter", "linkedin", "github-square", "mastodon"],
},
"assets/fonts/"
Expand Down

0 comments on commit 6bd1194

Please sign in to comment.