Merge pull request #29 from ok2/codex/use-futuristic-font-for-clock-markers

Update clock markers with Orbitron font
This commit is contained in:
Kiyomichi Kosaka 2025-06-15 01:06:58 +02:00 committed by GitHub
commit 1398c52e44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<title>CoBiE Time System Calendar</title>
<!-- Orbitron provides a high-tech, futuristic look for the analog clock markers -->
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>

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;