💄 style: standarise font rendering across browsers

This commit is contained in:
welpo 2023-04-29 15:15:11 +02:00
parent 1b0cc1877e
commit ea00c9b9df
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -95,6 +95,7 @@ html {
background-color: var(--background-color); background-color: var(--background-color);
color: var(--text-color); color: var(--text-color);
line-height: 1.6em; line-height: 1.6em;
text-rendering: optimizeLegibility;
} }
body { body {