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 #28

Closed neilk closed 5 years ago

neilk 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.

bakert commented 5 years ago

Affects http://webtypography.net/2.4.8

The abbr fix looks better to me on Mac/Chrome too.

It doesn't look any different on Windows/IE or Mac/Safari so I sent #30 with the change.