Font on the website looks weird

Update: I found a workaround. If you use the following CSS (I’m using a browser extension for this) it returns font rendering to normal.

*{
text-rendering: geometricPrecision;
}

1 Like