Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 8b5c0aa

Browse files
refactor: increate font-weight of small nav items
Using a light font-weight on paragraph-size text decreases readability and can be unexpectedly thin across different systems that have different fonts installed. I've had some difficulty reading these for a while and since this branch uses the default system font I think it's probably a fine time to remove these light fonts. Apple isn't the authority on good design, but their Human Interface Guidelines document has a relevant note on font weight: > **Use regular or heavy font weights in your app.** Use Regular, Medium, Semi-Bold, or Bold font weights, because they are easier to see. Avoid UltraLight, Thin, and Light font weights, which can be more difficult to see. > > -- https://developer.apple.com/design/human-interface-guidelines/accessibility/overview/text-size-and-weight/
1 parent c906543 commit 8b5c0aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

styles/base/main-window.mcss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ MainWindow {
7676
padding: 4px 10px
7777
border-radius: 3px
7878
font-size: 120%
79-
font-weight: 200
8079
cursor: pointer
8180
margin-left: 8px
8281
text-decoration: none !important
@@ -121,7 +120,6 @@ MainWindow {
121120
text-align: center
122121
font-size: 20px
123122
letter-spacing: 1px
124-
font-weight: 200
125123
-webkit-app-region: drag
126124
position: relative
127125
span.title {

0 commit comments

Comments
 (0)