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;
}
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;
}