Skip to content

Commit

Permalink
Remove font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Feb 5, 2025
1 parent ed8e305 commit 46bbc83
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions styles/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ h2,
font-size: size($theme-font-role-heading, $theme-h2-font-size);
color: color('primary-darker');
line-height: line-height('heading', 3);
font-weight: font-weight('semibold');
}

h3,
Expand All @@ -109,7 +108,6 @@ h3,
.usa-prose > .h3 {
font-size: size($theme-font-role-heading, $theme-h3-font-size);
color: color('primary-dark');
font-weight: font-weight('semibold');
}

h4,
Expand All @@ -118,7 +116,6 @@ h4,
.usa-prose > .h4 {
font-size: size($theme-font-role-heading, $theme-h4-font-size);
color: color('primary-dark');
font-weight: font-weight('semibold');
}

h5,
Expand All @@ -127,7 +124,6 @@ h5,
.usa-prose > .h5 {
font-size: size($theme-font-role-heading, $theme-h5-font-size);
color: color('primary-dark');
font-weight: font-weight('semibold');
}

.usa-section--dark h2 {
Expand All @@ -148,13 +144,11 @@ h5,
}

> h3 {
font-weight: font-weight('bold');
margin-top: units(3);
margin-bottom: 0;
}

> h4 {
font-weight: font-weight('bold');
margin-top: units(2.5);
}

Expand Down

0 comments on commit 46bbc83

Please sign in to comment.