Thinning Text in Webkit (Safari)


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. body { -webkit-text-stroke:1px transparent; }
  2. @media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

URL: http://orderedlist.com/our-writing/resources/html-css/thinning-text-in-webkit-safari/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.