From deab84c769cfcc763dbd5ca5b9e0efb6367a6f78 Mon Sep 17 00:00:00 2001 From: migwynkriid Date: Sun, 1 Dec 2024 20:26:49 +0100 Subject: [PATCH] fix again --- index.html | 2 +- styles.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c0b6b06..11cb2c9 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ - + diff --git a/styles.css b/styles.css index 98505a3..ed817fd 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,5 @@ * { - font-family: 'Roboto', sans-serif; + font-family: 'Noto Sans', sans-serif; font-weight: 400; } @@ -567,7 +567,7 @@ button:disabled { .alert.success strong { font-family: 'Noto Sans', sans-serif; - font-weight: 900; + font-weight: 400; } /* Mapping section styles */