Skip to content

Commit 3979812

Browse files
authored
Update default font size to apache poi's default (#21)
* Update default font size to apache poi's default #20 * Fix test by adding :font-size 12
1 parent f8530c6 commit 3979812

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/zero_one/fxl/defaults.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:italic false,
1313
:underline false,
1414
:strikeout false
15-
:font-size 12,
15+
:font-size 11,
1616
:font-name "Calibri",
1717
:font-colour :black1,
1818
; Alignments

test/zero_one/fxl/core_test.clj

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
:italic true
103103
:underline true
104104
:strikeout true
105+
:font-size 12
105106
:font-colour :red
106107
:font-name "Arial"}))
107108
(fact "Data formats should be preserved"

0 commit comments

Comments
 (0)