diff --git a/src/graphics/mod.rs b/src/graphics/mod.rs index 3df4a564..fc0a948b 100644 --- a/src/graphics/mod.rs +++ b/src/graphics/mod.rs @@ -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");