clagnut / webtypography

The source code for WebTypography.net, a practical guide to web typography.
WebTypography.net
Other
827 stars 120 forks source link

Dotted underlines #27

Closed neilk-vrchat closed 6 years ago

neilk-vrchat commented 6 years ago

With my default font settings on Chrome 65/MacOS, the underlines here are broken up.

screen shot 2018-04-24 at 10 30 49 am

A possible fix is to add

abbr {
   text-underline-position: under;
}

But I've only tested it with my own setup, so I'm not doing a PR right now.