From 66e97aaf3763cee03192b16f69631fdd7c6bc1b8 Mon Sep 17 00:00:00 2001 From: Glenn Thompson Date: Sat, 25 Oct 2025 18:32:46 +0300 Subject: [PATCH] fix: Replace Courier New with VT323 in persistent audio player frame - Changed font-family from 'Courier New' to 'VT323' in body style - Updated quality selector dropdown font to VT323 - Updated disable button inline style to use VT323 - Ensures consistent typography across the entire site - Popout player already inherits VT323 from main stylesheet --- template/audio-player-frame.chtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/audio-player-frame.chtml b/template/audio-player-frame.chtml index a7d8669..67b54dc 100644 --- a/template/audio-player-frame.chtml +++ b/template/audio-player-frame.chtml @@ -9,7 +9,7 @@ margin: 0; padding: 10px; background: #1a1a1a; - font-family: 'Courier New', monospace; + font-family: 'VT323', monospace; } .persistent-player { display: flex; @@ -36,7 +36,7 @@ color: #00ff00; border: 1px solid #00ff00; padding: 3px 8px; - font-family: 'Courier New', monospace; + font-family: 'VT323', monospace; } audio { flex: 1; @@ -73,7 +73,7 @@ Loading... -