Fix font rendering

This commit is contained in:
2026-03-07 18:40:33 -03:00
parent 5ad4188567
commit 7fcce0da98
8 changed files with 307 additions and 148 deletions
-12
View File
@@ -5,24 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>bworld</title>
<style>
/*
Font by Daniel Linssen (https://managore.itch.io)
https://managore.itch.io/m6x11
*/
@font-face {
font-family: "m6x11";
src: url("/assets/fonts/m6x11.ttf");
font-weight: normal;
font-style: normal;
font-smooth: never;
}
html, body {
width: 100vw;
height: 100vh;
margin: 0;
overflow: hidden;
}
canvas {
display: block;
image-rendering: pixelated;