Skip to content

Commit

Permalink
use font family name
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Nov 15, 2023
1 parent 38b2d4b commit 2396a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/font.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use iced::font::{Font, Family, Weight};
pub static JETBRAINS_MONO: Font = Font {
family: Family::Monospace,
weight: Weight::Medium,
..Font::with_name("JetBrainsMonoNL-Medium")
..Font::with_name("JetBrains Mono NL Medium")
};

pub static ICONS: Font = Font::with_name("icons");
Expand Down

0 comments on commit 2396a47

Please sign in to comment.