anderx лет назад: 3
Родитель
Сommit
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(){