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;