We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f156d8 + 1e4e07d commit 245f98eCopy full SHA for 245f98e
projects/assets-library/assets/styles/_font.scss
@@ -21,6 +21,13 @@ $font-family: 'Work Sans', sans-serif;
21
letter-spacing: -0.02em;
22
}
23
24
+@mixin font-section-heading($color: $gray-7) {
25
+ @extend %semibold;
26
+ color: $color;
27
+ font-size: 32px;
28
+ line-height: 40px;
29
+}
30
+
31
@mixin font-heading($color: $gray-7) {
32
color: $color;
33
font-weight: 500;
0 commit comments