Skip to content

Commit

Permalink
feat(Heading): change H1 font weight to bold
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnau-mnau committed Oct 3, 2023
1 parent c2f8beb commit 00eb53a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/typographyLegacy/Heading/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const HeadingH1 = styled.h1`
${HeadingBase};
font-size: ${getFontSize('h1')};
line-height: ${getLineHeight('xxl')};
font-weight: ${getFontWeight('bold')};
`;
const HeadingH2 = styled.h2`
${HeadingBase};
Expand Down

0 comments on commit 00eb53a

Please sign in to comment.