diff --git a/frontend/app_flowy/lib/plugins/document/editor_styles.dart b/frontend/app_flowy/lib/plugins/document/editor_styles.dart index 1993af45d8..9ff3aca30d 100644 --- a/frontend/app_flowy/lib/plugins/document/editor_styles.dart +++ b/frontend/app_flowy/lib/plugins/document/editor_styles.dart @@ -20,7 +20,8 @@ EditorStyle customEditorTheme(BuildContext context) { fontSize: documentStyle.fontSize, ), bold: editorStyle.bold?.copyWith( - fontWeight: FontWeight.w500, + fontWeight: FontWeight.w600, + fontFamily: 'poppins-Bold', ), backgroundColor: Theme.of(context).colorScheme.surface, );