Skip to content

Commit c7fda00

Browse files
committed
feat: Change body font to Source Code Pro
1 parent 4799e1c commit c7fda00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@tailwind utilities;
44

55
body {
6-
font-family: Arial, Helvetica, sans-serif;
6+
font-family: 'Source Code Pro', monospace;
77
}
88

99
@layer base {

0 commit comments

Comments
 (0)