Skip to content

Commit

Permalink
html: update default font family
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Aug 8, 2022
1 parent 8ee1c6f commit 0b6eaa8
Show file tree
Hide file tree
Showing 2 changed files with 8,859 additions and 8,858 deletions.
2 changes: 1 addition & 1 deletion html/src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const clientOptions = {
} as ClientOptions;
const termOptions = {
fontSize: 13,
fontFamily: 'Menlo For Powerline,Consolas,Liberation Mono,Menlo,Courier,monospace',
fontFamily: 'Consolas,Liberation Mono,Menlo,Courier,monospace',
theme: {
foreground: '#d2d2d2',
background: '#2b2b2b',
Expand Down

0 comments on commit 0b6eaa8

Please sign in to comment.