diff --git a/lib/features/composer/presentation/controller/rich_text_web_controller.dart b/lib/features/composer/presentation/controller/rich_text_web_controller.dart index 3f8c5ba6f..152065c06 100644 --- a/lib/features/composer/presentation/controller/rich_text_web_controller.dart +++ b/lib/features/composer/presentation/controller/rich_text_web_controller.dart @@ -71,7 +71,6 @@ class RichTextWebController extends BaseRichTextController { selectedTextColor.value = settings.foregroundColor; selectedTextBackgroundColor.value = settings.backgroundColor; - selectedFontName.value = FontNameType.values.firstWhereOrNull((font) => font.name == settings.fontName) ?? FontNameType.sansSerif; if (settings.isAlignCenter) { selectedParagraph.value = ParagraphType.alignCenter;