Skip to content

Commit 685e9c4

Browse files
authored
fix(font): fix #86 (#87)
Co-authored-by: neverforward <neverforward@users.noreply.github.com>
1 parent c6c5dce commit 685e9c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
@theme {
1717
--font-sans: "MiSans", sans-serif;
18+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", "MiSans", sans-serif;
1819

1920
--color-primary-50: rgb(var(--theme-50, 236, 253, 245));
2021
--color-primary-100: rgb(var(--theme-100, 209, 250, 229));

0 commit comments

Comments
 (0)