diff --git a/projects/editor/src/app/UnitFactory.ts b/projects/editor/src/app/UnitFactory.ts index 8bc0a2df1cd0196588c4fe7c8520dd4dca0b927f..3ace59363739eef7aedb3bd41f0a5a854731d9f6 100644 --- a/projects/editor/src/app/UnitFactory.ts +++ b/projects/editor/src/app/UnitFactory.ts @@ -64,7 +64,7 @@ function createUnitUIElement(type: string): UnitUIElement { export function createTextUIElement(): Record<string, unknown> { return { fontColor: 'black', - font: 'Arial', + font: 'Roboto', fontSize: 18, bold: false, italic: false,