Browse Source

导出word开发

anderx 3 years ago
parent
commit
f3f3eb4fd9
1 changed files with 2 additions and 2 deletions
  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(){