From 80ccf2358f3933386c529b83adbd021677c55050 Mon Sep 17 00:00:00 2001 From: oragne Date: Sat, 23 Nov 2024 13:50:15 +1100 Subject: [PATCH] fonts --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 09e4bba..fe2d409 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { margin: 0; - font-family: Arial, sans-serif; + font-family: "Roboto", sans-serif; background-color: #1a1a1a; color: #f5f5f5; } @@ -37,6 +37,7 @@ nav a:hover { #profile { text-align: center; margin-top: 50px; + font-family: "Arial", sans-serif; } .profile-box {