kennethormandy / normalize-opentype.css

Adds OpenType features—ligatures, kerning, and more—to Normalize.css.
http://kennethormandy.com/journal/normalize-opentype-css
MIT License
791 stars 29 forks source link

Muddles text selection in Chrome on OS X #12

Closed kennethormandy closed 9 years ago

kennethormandy commented 10 years ago

font-feature-settings breaks text selection in any capacity but normal in Chrome on OS X. The fix is to inherit text-shadow or color within ::selection

http://robsterlini.co.uk/journal/opentype-and-selection-dont-mix