Skip to content

Commit

Permalink
Merge pull request #830 from WTW-IM/global-style-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
stevematney authored Feb 28, 2024
2 parents d3f6d58 + d182bf0 commit 98904c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/es-components/src/components/util/StyleReset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,7 @@ const styleResetCss = css`
h4,
h5,
h6 {
font-family: ${({
theme: {
font: { baseFontFace }
}
}) => baseFontFace};
${baseFontCss}
color: inherit;
font: inherit;
font-weight: 300;
Expand Down

0 comments on commit 98904c4

Please sign in to comment.