From d4a752b293a4d17db62044650a64be72b33d8d0d Mon Sep 17 00:00:00 2001 From: Robin Leber <rleber98@gmail.com> Date: Sun, 7 Jul 2024 19:17:29 +0200 Subject: [PATCH] FIX: font family --- src/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style.css b/src/style.css index 9e31c78..10e30a5 100644 --- a/src/style.css +++ b/src/style.css @@ -1,5 +1,6 @@ body { background-color: rgb(249, 249, 249); + font-family: "Times New Roman", Times, serif; } .App { @@ -182,6 +183,7 @@ body { cursor: pointer; width: 120px; box-shadow: gray 0px 6px 6px -6px; + font-family: "Times New Roman", Times, serif; } #Deploy { -- GitLab