From b4012f0c4ceaf4bade9301efe195d314b9ad9029 Mon Sep 17 00:00:00 2001 From: Halhadus <eneshakans45@proton.me> Date: Sat, 8 Feb 2025 03:08:32 +0300 Subject: [PATCH] Fixed font on new website module --- websitepart.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websitepart.py b/websitepart.py index 1de2fdc..a074b13 100644 --- a/websitepart.py +++ b/websitepart.py @@ -71,6 +71,7 @@ def musicstatus(): --card-bg: #2a2a2a; --border-color: #333; --text-color: #ffffff; + --font-family: 'JetBrains Mono', monospace; } .container { @@ -149,7 +150,7 @@ def musicstatus(): } </style> </head> - <body style="background-color: var(--bg-color); color: var(--text-color);"> + <body style="background-color: var(--bg-color); color: var(--text-color); font-family: var(--font-family);"> <div class="container"> <h1>🎵 Music Status</h1> <a href="/index.html" class="play-button">← Main Page</a>