From f82a3455e8418e7b270dd93a13816d29b47b2c9e Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Fri, 24 Sep 2021 14:31:53 +0200 Subject: [PATCH] Make Roboto the default font --- projects/editor/src/app/UnitFactory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/editor/src/app/UnitFactory.ts b/projects/editor/src/app/UnitFactory.ts index 8bc0a2df1..3ace59363 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, -- GitLab