From 47218deb87d9d4438e56209506310cfd51e045ed Mon Sep 17 00:00:00 2001 From: Interitio Date: Thu, 30 Oct 2025 23:48:42 +1000 Subject: [PATCH] Change font to VT323 --- index.html | 2 +- timer.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0258862..bea8c03 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Lilac Timer diff --git a/timer.css b/timer.css index ec696c1..859fe63 100644 --- a/timer.css +++ b/timer.css @@ -8,7 +8,7 @@ html, body { height: 100%; margin: 0; padding: 0; - font-family: 'Inter', sans-serif; + font-family: 'VT323', sans-serif; background-color: var(--background-color); overflow: hidden; }