Skip to content

Commit 8f37513

Browse files
committed
Add FA.
1 parent 965c3e8 commit 8f37513

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@astrojs/sitemap": "^3.3.0",
1919
"@astrojs/tailwind": "^5.1.4",
2020
"@fontsource-variable/inter": "^5.1.1",
21+
"@fortawesome/fontawesome-free": "^6.7.2",
2122
"@tailwindcss/typography": "^0.5.16",
2223
"@types/react": "^19.1.0",
2324
"@types/react-dom": "^19.1.1",

pnpm-lock.yaml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/BaseHead.astro

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// all pages through the use of the <BaseHead /> component.
44
import "../styles/global.css";
55
import "@fontsource-variable/inter";
6+
import "@fortawesome/fontawesome-free/css/all.min.css"
67
78
interface Props {
89
title: string;

0 commit comments

Comments
 (0)