Skip to content

Commit 6ed52da

Browse files
committed
Add system font stack to base CSS
Updated the base CSS to use a system font stack for improved typography and consistency across platforms.
1 parent 4445898 commit 6ed52da

File tree

2 files changed

+62
-3
lines changed

2 files changed

+62
-3
lines changed

deno.lock

Lines changed: 61 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
margin: 0;
55
padding: 0;
66
color-scheme: dark;
7+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
78
}

0 commit comments

Comments
 (0)