When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:
main {
max-width: 38rem;
padding: 2rem;
margin: auto;
}
/* ==UserStyle== | |
@name Custom website fonts | |
@namespace github.com/dearrrfish/my-userscripts | |
@version 1.0.0 | |
@description Override fonts & styles on websites | |
@author Me | |
==/UserStyle== */ | |
body { | |
-webkit-font-smoothing: subpixel-antialiased !important; | |
/* font-family: 'LXGW WenKai UI' */ |