Use Orbitron font for analog clock markers

This commit is contained in:
Kiyomichi Kosaka
2025-06-15 01:06:32 +02:00
parent b2f21c7cb5
commit 81d0dd25a8
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -416,7 +416,8 @@
height: 2em;
text-align: center;
line-height: 2em;
font-family: 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
/* Use a futuristic font for the clock markers */
font-family: 'Orbitron', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
font-size: 1.2em;
font-weight: 600;
color: #00ffff;