Skip to content

Commit

Permalink
update font
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Nov 5, 2023
1 parent e3886b1 commit f758b27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/hooks/useTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const useTheme = () => {
colorPrimaryHover: "var(--bt-color-hover)",
colorPrimaryTextHover: "var(--bt-color-hover)",
colorLinkHover: "var(--bt-color-hover)",
fontFamily: "Inter",
fontFamily:
"ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;",
},

components: {
Expand Down

0 comments on commit f758b27

Please sign in to comment.