소스 검색

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,
   );