UPDATE: We can now change the font size!
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
7bc563ef29
commit
ce7318840d
@@ -353,7 +353,7 @@ export default class WorksheetCanvas {
|
||||
? gridColor
|
||||
: backgroundColor;
|
||||
|
||||
const fontSize = 13;
|
||||
const fontSize = style.font?.sz || 13;
|
||||
let font = `${fontSize}px ${defaultCellFontFamily}`;
|
||||
let textColor = defaultTextColor;
|
||||
if (style.font) {
|
||||
|
||||
Reference in New Issue
Block a user