From 01a95e96b8e95f8b494d52f8e9453056d07ce83f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 17 Oct 2022 10:19:34 +0100 Subject: [PATCH] Change page title font --- style/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/styles.css b/style/styles.css index 5def146..95c92ed 100644 --- a/style/styles.css +++ b/style/styles.css @@ -9,7 +9,7 @@ body { .page-title { text-align: center; - font-family: cursive; + font-family: concertone, cursive; color: #eeeeee; padding-top: 65px; padding-bottom: 10px;