Skip to content

Commit e6d2b55

Browse files
committed
style: update font-family in body for improved typography
1 parent f9d44c9 commit e6d2b55

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/styles/globals.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
12
@import "tailwindcss";
23

3-
:root {
4-
--background: #0a0a0a;
5-
--foreground: #ededed;
6-
}
4+
:root {
5+
--background: #0a0a0a;
6+
--foreground: #ededed;
7+
}
78

89
body {
910
background: var(--background);
1011
color: var(--foreground);
11-
font-family: Arial, Helvetica, sans-serif;
12+
font-family: 'Inter', Arial, Helvetica;
1213
}

0 commit comments

Comments
 (0)