From 20394ef39dae75191f156db05804d24f87889cd6 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 26 Mar 2026 10:11:32 +0100 Subject: Add font family to style.css --- src/style/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/style/style.css b/src/style/style.css index e69de29..8210e4c 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -0,0 +1,5 @@ +/* src/style/style.css */ + +* { font-family: Times New Roman } + + -- cgit v1.2.3