From: Elias Fleckenstein Date: Thu, 1 Jul 2021 13:33:42 +0000 (+0200) Subject: Pixelated image rendering X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=d33d8bef5435e2d822f6f139451785447a0f8e52;p=dragonblocks.git Pixelated image rendering --- diff --git a/style.css b/style.css index a27cfb3..be2cca7 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,3 @@ @font-face {font-family: Ubuntu; src: url(fonts/Ubuntu.ttf);} -* {font-family: Ubuntu; scrollbar-width: none; -ms-overflow-style: none;} +* {font-family: Ubuntu; scrollbar-width: none; -ms-overflow-style: none; image-rendering: pixelated} ::-webkit-scrollbar {width: 0px;}