|
|
|
|
|
by vladstudio
867 days ago
|
|
To make Stract usable for me (slightly reduced vision), I had to apply the following custom CSS: ```
html, body, div, td, th, p, h1, h2, h3, h4, h5, b, i, strong, li, button {
font-family: ui-sans-serif, sans-serif !important;
webkit-font-smoothing: antialiased;
font-weight: 400;
text-rendering: geometricPrecision;
}
``` |
|