use segment font for view count

This commit is contained in:
2024-01-18 11:31:56 -05:00
parent 3bb90906db
commit bcd0035ad5
5 changed files with 120 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
@font-face {
font-family: '7segments';
src: url('/assets/fonts/7segments/7segments.ttf');
}
html,
body {
width: 100%;
@@ -36,6 +41,10 @@ body {
}
.v {
font-family: '7segments', 'Courier New', Courier, monospace;
}
#pixel {
background: url('/cache-me.webp');
position: fixed;