diff --git a/src/app/globals.css b/src/app/globals.css index 341693c..e9d580c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,3 +1,5 @@ +@import "@fontsource/fira-code"; + @tailwind base; @tailwind components; @tailwind utilities; @@ -66,5 +68,6 @@ body { @apply bg-background text-foreground; + font-family: "Fira Code"; } } \ No newline at end of file