Selaa lähdekoodia

导出word开发

anderx 3 vuotta sitten
vanhempi
commit
f3f3eb4fd9
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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(){