use segment font for view count
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user