Update font-family in index.html to include 'VT323' alongside 'Press Start 2P' for enhanced typography consistency.

This commit is contained in:
Z. Cliffe Schreuders
2025-04-24 00:25:19 +01:00
parent 562b8fbdc5
commit 38682be9f2

View File

@@ -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 */