Skip to content

Commit

Permalink
fix(ui): update default font
Browse files Browse the repository at this point in the history
  • Loading branch information
stdword committed Nov 3, 2023
1 parent 60b98d3 commit 7764d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/insert.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ html ::-webkit-scrollbar-corner {
div {
color: var(--ls-primary-text-color);
font-size: var(--ls-page-text-size);
font-family: var(--ls-font-family);
font-family: var(--ls-font-family),sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;

display: block;
}
Expand Down

0 comments on commit 7764d34

Please sign in to comment.