Skip to content

Commit

Permalink
refactor: Add Menlo to default font stack
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Jul 26, 2024
1 parent 3d1d52c commit 7fb1fb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,9 @@ fn main() -> anyhow::Result<()> {

let fonts = &[
"ui-monospace",
"Consolas",
"Liberation Mono",
"Consolas",
"Menlo",
"Source Code Pro",
];

Expand Down

0 comments on commit 7fb1fb1

Please sign in to comment.