Merge pull request #29 from ok2/codex/use-futuristic-font-for-clock-markers
Update clock markers with Orbitron font
This commit is contained in:
commit
1398c52e44
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user