Skip to content

Commit 5f7770f

Browse files
palbizuPatricio Albizu
andauthored
feat: adding new font (#814)
Co-authored-by: Patricio Albizu <albizupatricio@github.com>
1 parent 342c20f commit 5f7770f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,15 @@ $font-family: 'Work Sans', sans-serif;
205205
letter-spacing: -0.01em;
206206
}
207207

208+
@mixin header-5($color: $gray-9) {
209+
@extend %semibold;
210+
@extend %fontfamily;
211+
color: $color;
212+
font-size: 20px;
213+
line-height: 24px;
214+
letter-spacing: -0.01em;
215+
}
216+
208217
@mixin subtitle-1($color: $gray-5) {
209218
@extend %medium;
210219
@extend %fontfamily;

0 commit comments

Comments
 (0)