Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ran into some really weird behavior in textareas: a blank line was measuring vertical height differently from a line containing a character. I recalled that Lato got a big update a while back, including more glyphs and some fixes to the metrics.
Replacing our current Lato fonts with the updated version fixed the weird behavior I was seeing, as well as adds a few nice things:
Ligatures!
Better strikeout!
(before)
(after)
I've looked into the impact of this by performing a local visdiff run and the effect appears very minor. The biggest change I noticed was a vertical alignment change on the "New private folder" button in the menubar, which I was able to fix by removing a
line-height: 0
hack 👍Intentionally not updating mobile here, because there were different font glitches that were a concern. If this works well we can revisit on mobile and give it a detailed look.
👓 @keybase/react-hackers