Explorar el Código

导出word开发

anderx hace 3 años
padre
commit
f3f3eb4fd9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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(){