diff --git a/public/SymbolsNerdFont-Regular.ttf b/public/SymbolsNerdFont-Regular.ttf new file mode 100644 index 0000000..c9263cc Binary files /dev/null and b/public/SymbolsNerdFont-Regular.ttf differ diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 1497d8e..feeaedf 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -20,4 +20,8 @@ import { ViewTransitions } from "astro:transitions"; diff --git a/src/pages/index.astro b/src/pages/index.astro index 00fd4b8..3854637 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,13 +5,13 @@ import Layout from "../layouts/Layout.astro";
-

Hello there, I'm David.

+

  Hello there, I'm David.

diff --git a/tailwind.config.mjs b/tailwind.config.mjs index c4150f6..f0ed3fb 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -18,6 +18,9 @@ export default { bckg2l: "#3d3d3d", } }, + fontFamily: { + "icons": ["Symbols Nerd Font"] + } }, daisyui: { themes: [