Skip to content

Commit b74fa6a

Browse files
authored
Merge pull request #141 from codeforpdx/update-site-font-family
Enhancement: Implement DM Sans as main font
2 parents c2383d5 + 49d6710 commit b74fa6a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

frontend/src/style.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
12
@import "tailwindcss";
23

34
@layer base {
@@ -10,8 +11,15 @@
1011
body {
1112
margin: 0;
1213
font-family:
13-
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
14-
Cantarell, sans-serif;
14+
"DM Sans",
15+
-apple-system,
16+
BlinkMacSystemFont,
17+
"Segoe UI",
18+
Roboto,
19+
Oxygen,
20+
Ubuntu,
21+
Cantarell,
22+
sans-serif;
1523
color: #222829;
1624
line-height: 1.6;
1725
}

0 commit comments

Comments
 (0)