From 38a97b230de59cca543be484ed2259524ae367dc Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 17 Oct 2022 11:01:52 +0100 Subject: [PATCH] Change title font --- style/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/styles.css b/style/styles.css index 07c4916..c5563b7 100644 --- a/style/styles.css +++ b/style/styles.css @@ -9,7 +9,8 @@ body { .page-title { text-align: center; - font-family: indieflower, 'Brush Script MT', cursive; + font-family: oxygen, sans-serif; + font-weight: 700; color: #eeeeee; padding-top: 65px; padding-bottom: 10px;