From f02f321599e3c91238b681eb9e09d09bc5784f9d Mon Sep 17 00:00:00 2001 From: genusistimelord Date: Wed, 30 Aug 2023 16:03:28 -0400 Subject: [PATCH] Fixed sf font name --- src/graphics/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");