浏览代码

feat: update bold text style

Lucas.Xu 2 年之前
父节点
当前提交
43031b50eb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      frontend/app_flowy/lib/plugins/document/editor_styles.dart

+ 2 - 1
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,
   );