From 99d7fb001aa651216d9ec462ba8baf172a1df464 Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Mon, 25 Oct 2021 14:48:25 +0200 Subject: [PATCH] [editor] Set Roboto as app wide font --- projects/editor/src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/editor/src/styles.css b/projects/editor/src/styles.css index ef1469db0..8651f6131 100644 --- a/projects/editor/src/styles.css +++ b/projects/editor/src/styles.css @@ -3,6 +3,7 @@ html, body { height: 100%; } body { margin: 0; + font-family: 'Roboto', sans-serif } .mat-expansion-panel-content {font: unset !important;} -- GitLab