From 3e10d7200ca7e020b597d322f7b022c53bb17686 Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Thu, 6 Feb 2025 22:35:36 -0800 Subject: Changed font weights, default: 500, #quote p: 300; --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index 521a7d8..9e5e7e1 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,6 @@ * { font-family: "Roboto", serif; - font-weight: 300; + font-weight: 500; margin: 0px; } @@ -89,6 +89,7 @@ button { } #quote p { font-size: 36px; + font-weight: 300; font-style: italic; color: #1F2937; } -- cgit v1.2.3