From 58f5984807aa1fcc9ad8e740e8dd99d4a8f94867 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 20 Oct 2022 21:50:29 +0100 Subject: [PATCH] Change sidebar fonts --- style/new_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index 98674d3..0bc1fd2 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -90,7 +90,7 @@ body { #sidebar a { padding: 8px 8px 8px 8px; margin-top: 10px; - font-family: sans-serif; + font-family: indie-flower, sans-serif; font-weight: 300; text-decoration: none; text-align: center;