Closed mapgrid closed 4 years ago
Although it's an SVG property, it's widely used for typography. We could add:
.text-optimize-legibility { text-rendering: optimizeLegibility; } .text-optimize-speed { text-rendering: optimizeSpeed; } .text-geometric-precision { text-rendering: geometricPrecision; }
Happy to submit a PR.
Sure, a PR would be great :) If not I'll try to do it when I can. Thank you!
Although it's an SVG property, it's widely used for typography. We could add:
Happy to submit a PR.