Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 19, 2023
1 parent f9e43b0 commit e9acaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/renderer/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl<State: 'static + Clone> App<State> {
}

let mgr: FontMgr = provider.into();
font_collection.set_default_font_manager(def_mgr, "Inter");
font_collection.set_default_font_manager(def_mgr, "Fira Sans");
font_collection.set_dynamic_font_manager(mgr);

let (event_emitter, event_receiver) = mpsc::unbounded_channel::<DomEvent>();
Expand Down

0 comments on commit e9acaa3

Please sign in to comment.