diff --git a/src/widget/text.rs b/src/widget/text.rs index f1e3cffe62e..0e3febbdd82 100644 --- a/src/widget/text.rs +++ b/src/widget/text.rs @@ -29,7 +29,7 @@ pub fn title1<'a>(text: impl Into> + 'a) -> Text<'a, crate::Theme, Text::new(text.into()) .size(32.0) .line_height(LineHeight::Absolute(44.0.into())) - .font(crate::font::semibold()) + .font(crate::font::light()) } /// [`Text`] widget with the Title 2 typography preset.