FIX: Default size should be 13 pixels

This commit is contained in:
Nicolás Hatcher
2025-02-26 20:07:17 +01:00
committed by Nicolás Hatcher Andrés
parent eecf6f3c3b
commit 409b77c210
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ test('Styles work', () => {
num_fmt: 'general',
fill: { pattern_type: 'none' },
font: {
sz: 11,
sz: 13,
color: '#000000',
name: 'Calibri',
family: 2,
@@ -64,7 +64,7 @@ test('Styles work', () => {
num_fmt: 'general',
fill: { pattern_type: 'none' },
font: {
sz: 11,
sz: 13,
color: '#000000',
name: 'Calibri',
family: 2,