Skip to content

Commit

Permalink
Merge pull request #255 from webitel/feature/typography
Browse files Browse the repository at this point in the history
feature: added new heading in typography [WTEL-4668]
  • Loading branch information
dlohvinov authored Jul 8, 2024
2 parents ffc1bbb + f9b2daf commit 2c4bf18
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/css/styleguide/typography/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ NOTE: text-transform: none; is set explicitly cause t-t is inherited from pare
//letter-spacing: 0.28px; // 0.02em
}

%typo-heading-4 {
font: {
family: 'Montserrat', monospace;
size: 16px;
weight: 600;
}
line-height: 24px;
text-transform: none;
//letter-spacing: 0.28px; // 0.02em
}

%typo-subtitle-1 {
font: {
family: 'Montserrat', monospace;
Expand Down

0 comments on commit 2c4bf18

Please sign in to comment.