mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
feat(styles): Use Fira Code font for body text
This commit is contained in:
parent
2f901ba062
commit
9057c5971e
@ -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";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user