Skip to content

Commit

Permalink
feat(fw-light): Add font weight light utility - refs #160747
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Feb 6, 2023
1 parent 17f145d commit c44cf57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/themes/eea/globals/utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ h1, h2, h3, h4, h5, h6, p, span, .header {
border-bottom: @border-size-1 solid !important;
padding-bottom: @rem-space-2 !important;
}

.fw-light {
font-weight: @font-weight-3;
}

0 comments on commit c44cf57

Please sign in to comment.