Making headers bold

This commit is contained in:
Michaela Brydon 2024-07-18 12:01:10 -04:00
parent 1652627bd0
commit 9a5241afaa
2 changed files with 3 additions and 2 deletions

View file

@ -103,7 +103,7 @@ export default {
&.center {
text-align: center;
}
.bold {
&.bold {
font-weight: 500;
}
&.dark {

View file

@ -4,7 +4,8 @@
<textBlock
:cmsWidgetName="headerCmsWidgetName"
:customText="customHeaderText"
typeStyle="body small bold dark"
typeStyle="body small dark"
fontWeight="bold"
:marginTopSizeOverride="0" />
</div>
<div