Fira Code

This commit is contained in:
Oliver Bryan
2025-12-14 18:30:09 +00:00
parent c419d3344e
commit 9d7781d0a1

View File

@@ -1,3 +1,5 @@
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap");
@import "tailwindcss"; @import "tailwindcss";
@import "tw-animate-css"; @import "tw-animate-css";
@@ -121,3 +123,10 @@
@apply bg-background text-foreground; @apply bg-background text-foreground;
} }
} }
* {
font-family: "Fira Code", monospace;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}