소스 검색

导出word开发

anderx 3 년 전
부모
커밋
f3f3eb4fd9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/goafanti/common/utils/pdf/PDFUtils.java

+ 2 - 2
src/main/java/com/goafanti/common/utils/pdf/PDFUtils.java

@@ -76,11 +76,11 @@ public class PDFUtils {
 
 
     public static Font getTitleFont(){
-        return setFont(24,Font.BOLD);
+        return setFont(24,Font.NORMAL);
     }
 
     public static Font getBigFont(){
-        return setFont(16,Font.BOLD);
+        return setFont(16,Font.NORMAL);
     }
 
     public static Font getFont(){