feat: add support for bold typography style
This commit is contained in:
parent
923b84a61f
commit
e28d91bbd8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue