From 81d0dd25a8cd1a68135b3148d82aa6894da5ef30 Mon Sep 17 00:00:00 2001 From: Kiyomichi Kosaka Date: Sun, 15 Jun 2025 01:06:32 +0200 Subject: [PATCH] Use Orbitron font for analog clock markers --- index.html | 2 ++ style.css | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 28ea08a..8a576e5 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,8 @@ CoBiE Time System Calendar + + diff --git a/style.css b/style.css index b0b38b5..23734a8 100644 --- a/style.css +++ b/style.css @@ -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;