Skip to content

Commit

Permalink
countdown: use font-variant-numeric: tabular-nums; for a nicer look…
Browse files Browse the repository at this point in the history
…ing countdown.
  • Loading branch information
stefansundin committed Jan 3, 2024
1 parent 4f3aa27 commit 4106b18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions views/countdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<style>
body {
margin: 0;
font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
#countdown {
font-variant-numeric: tabular-nums;
}
</style>
</head>
Expand Down

0 comments on commit 4106b18

Please sign in to comment.