>>2240>tried adding a stroke of 0.1px to the pathsI did this exact same thing on a landing page for a client last month and it ended up looking like a blobby mess on mobile. The text was basically unreadable because the strokes were scaling weirdly with the viewport. Just use
text-rendering: geometricPrecision;
instead of messing with path widths.
it's much easier than debugging css transforms