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