From de5029aaa4471f8b423c92f59a8bcb997bdfbe9e Mon Sep 17 00:00:00 2001 From: Antony Raj <539454+antonyr@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:02:47 +0530 Subject: [PATCH] change to Roboto font for the UI (#161) * change to Roboto font for the UI * format --------- Co-authored-by: Antony Raj Co-authored-by: Benjamin Bolte --- frontend/public/index.html | 3 ++- frontend/src/App.css | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 310d3fd4..45e8f4ab 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -9,6 +9,7 @@ + @@ -24,4 +25,4 @@
- + \ No newline at end of file diff --git a/frontend/src/App.css b/frontend/src/App.css index 884239a0..c20bbe88 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -12,6 +12,8 @@ div.content { html, body { word-wrap: break-word; + font-family: "Roboto", "Franklin Gothic Medium", "Arial Narrow", Arial, + sans-serif; } form {