From 38682be9f22a9bbacaa1c06a7dc6e962b0f5684f Mon Sep 17 00:00:00 2001 From: "Z. Cliffe Schreuders" Date: Thu, 24 Apr 2025 00:25:19 +0100 Subject: [PATCH] Update font-family in index.html to include 'VT323' alongside 'Press Start 2P' for enhanced typography consistency. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8f3f5cb..8441be0 100644 --- a/index.html +++ b/index.html @@ -1104,7 +1104,7 @@ transform-origin: center; /* Set the origin for scaling */ } body { - font-family: 'Press Start 2P', cursive; + font-family: 'Press Start 2P', 'VT323', cursive; } /* Mobile device detection and responsive scaling */