From f3c66c0fc6b090e1980595863c6328b84475ca41 Mon Sep 17 00:00:00 2001 From: Ayoub RABIE <105998148+Ayoubrabiae@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:37:39 +0100 Subject: [PATCH] Improve Readability by Changing Font Family --- src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index b4cc7250..332d6fb0 100644 --- a/src/index.css +++ b/src/index.css @@ -1,5 +1,6 @@ body { margin: 0; padding: 0; - font-family: sans-serif; + /* Change the font family */ + font-family: "open sans"; }