From 94c4ad3448e3feae16cd97b1b822d5a5a5279ed6 Mon Sep 17 00:00:00 2001 From: architabansall <148005366+archeeetah@users.noreply.github.com> Date: Sat, 2 Mar 2024 23:00:58 +0530 Subject: [PATCH] styles.css --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 78a49ad..32c4aff 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,6 @@ body { color: rgb(137, 81, 31); - font-family: cursive, sans-serif; + font-family: Times New Roman, sans-serif; margin: 0; padding: 0; }