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

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;