Skip to content

Commit c9f3883

Browse files
authored
fix(website): Don't use weird fonts (#860)
Fixes #854
1 parent 7e63b08 commit c9f3883

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/website/src/theme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ dialog {
1010
max-width: 90vw;
1111
}
1212

13+
:root {
14+
--sl-font: ui-sans-serif, sans-serif, system-ui, "Helvetica", "Arial";
15+
--sl-font-monospace: ui-monospace, monospace, "Menlo", "Consolas", "Courier New";
16+
}
17+
1318
:root,
1419
:root[data-theme='light'] {
1520
--sl-color-white: #fff;

0 commit comments

Comments
 (0)