fix: Firefox text-rendering issues

This commit is contained in:
alexsparkes
2024-04-04 01:03:16 +01:00
parent 6b7f8f901b
commit 9fd263b256
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ body {
background: #000;
margin: 0;
overflow: hidden;
text-rendering: optimizeLegibility !important;
-moz-text-rendering: optimizeLegibility !important;
}
* {