Skip to content

Commit

Permalink
Add font configuration settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pinpox committed Aug 7, 2024
1 parent d0449ee commit 28783ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ impl Centerpiece {

let settings = crate::settings::Settings::new();

let settings = crate::settings::Settings::new();

let default_font = iced::Font {
family: iced::font::Family::Name(&settings.font.default),
weight: iced::font::Weight::Normal,
Expand Down

0 comments on commit 28783ac

Please sign in to comment.