Skip to content

Commit 245f98e

Browse files
authored
Merge branch 'main' into DonutAlignment
2 parents 6f156d8 + 1e4e07d commit 245f98e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

projects/assets-library/assets/styles/_font.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ $font-family: 'Work Sans', sans-serif;
2121
letter-spacing: -0.02em;
2222
}
2323

24+
@mixin font-section-heading($color: $gray-7) {
25+
@extend %semibold;
26+
color: $color;
27+
font-size: 32px;
28+
line-height: 40px;
29+
}
30+
2431
@mixin font-heading($color: $gray-7) {
2532
color: $color;
2633
font-weight: 500;

0 commit comments

Comments
 (0)