feat: add support for bold typography style

This commit is contained in:
Hossein Mehrabi 2023-09-13 00:51:56 +03:30
parent 923b84a61f
commit e28d91bbd8
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 6 additions and 0 deletions

View File

@ -157,6 +157,12 @@ const Paragraph = styled(Typography)`
line-height: var(--lsd-h6-lineHeight);
}
.u-font-weight-700,
.u-font-weight-800,
.u-font-weight-900,
.u-font-weight-bold {
font-weight: bold;
}
.u-font-style-italic {
font-style: italic;
}