c1932 No.1193
if you want fluid typography to work smooth in your designs but hit issues with older browsers not supporting it well, consider using a polyfill like typekit's webfontloader along with css3 media queries. this can help ensure better cross-browser compatibility while still leveraging the benefits of responsive text sizing [code]@import url('
https://use.typekit.net/your-code.css');</code>