Skip to content

Commit

Permalink
Fixed sf font name
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Aug 30, 2023
1 parent 1c3b933 commit f02f321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pub const SF_UI_ROUNDED_BYTES: &[u8] = include_bytes!("./fonts/SFUIRounded.ttf")
/// The default cupertino font for alerts and button.
#[cfg(feature = "cupertino")]
pub const SF_UI_ROUNDED: iced_widget::core::Font =
iced_widget::core::Font::with_name("sfuiRounded");
iced_widget::core::Font::with_name(".SF UI Rounded");

0 comments on commit f02f321

Please sign in to comment.