Skip to content

Commit 29cb767

Browse files
committed
style(css): keep base typography tokens rem-based
1 parent a12e988 commit 29cb767

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/shared-ui.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
--font-family-ui: system-ui, -apple-system, "Segoe UI", sans-serif;
66
--font-family-display: system-ui, -apple-system, "Segoe UI", sans-serif;
77
--font-family-mono: "SFMono-Regular", consolas, "Liberation Mono", monospace;
8-
--font-size-00: 13px;
9-
--font-size-0: 15px;
8+
--font-size-00: 0.8125rem;
9+
--font-size-0: 0.9375rem;
1010
--font-size-1: 1rem;
11-
--font-size-2: 18px;
11+
--font-size-2: 1.125rem;
1212
--line-height-tight: 1.1;
1313
--line-height-base: 1.5;
1414
--space-1: 0.25rem;

0 commit comments

Comments
 (0)