mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
style: Use Quartz font for LTC and system clock displays
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
parent
8da42b87d0
commit
26dca4fd18
1 changed files with 12 additions and 0 deletions
|
|
@ -3,6 +3,11 @@
|
|||
src: url('assets/FuturaStdHeavy.otf') format('opentype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Quartz';
|
||||
src: url('assets/quartz-ms-regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'FuturaStdHeavy', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||||
background-color: #f4f4f9;
|
||||
|
|
@ -41,6 +46,13 @@ h1 {
|
|||
color: #0056b3;
|
||||
}
|
||||
|
||||
#ltc-timecode, #system-clock {
|
||||
font-family: 'Quartz', monospace;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.card p, .card ul {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue