Skip to content

Commit

Permalink
🐝 (grapher) revert title font weight: 600 -> 500 (#3063)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann authored Jan 4, 2024
1 parent e1e271c commit edf54e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ourworldindata/grapher/src/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class StaticHeader extends Header<StaticHeaderProps> {
text: titleText,
maxWidth: this.maxWidth - logoWidth - 24,
fontSize,
fontWeight: 600,
fontWeight: 500,
lineHeight: 1.2,
})

Expand Down

0 comments on commit edf54e5

Please sign in to comment.