add subpixel antialiasing

This commit is contained in:
shibao 2023-01-25 22:15:18 -05:00 committed by oliviasculley
parent 8c2f7e0509
commit bafc824a32
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</script>
</head>
<body class="m-0 p-0 w-full h-full">
<body class="m-0 p-0 w-full h-full subpixel-antialiased">
<%= @inner_content %>
</body>
</html>