From 52e4d873ec05431dfc41de8bad5c798d1d09f5d8 Mon Sep 17 00:00:00 2001 From: Flummi Date: Fri, 8 Apr 2022 08:29:45 +0200 Subject: [PATCH] small revision for monospace revert, now looks like old f0ck! --- public/s/css/f0ck.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 1d6c488..577032d 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -412,6 +412,7 @@ html[theme="iced"] .navbar-brand:hover { src: url('/s/vcr.ttf') format('truetype'); /* https://www.dafont.com/vcr-osd-mono.font */ } + @font-face { font-family: 'Open Sans'; src: url('/s/OpenSans.ttf') format('truetype'); @@ -429,6 +430,7 @@ html, body { scrollbar-width: thin; overscroll-behavior-y: contain; overflow: overlay; + font-size: 14px; } .noscript-badge { @@ -1464,7 +1466,7 @@ img.avatar { position: relative; width: 24px; margin: 0; - left: -6px; + left: -7px; top: 0px; border-top-left-radius: 3px; border-bottom-left-radius: 3px;