Skip to content

Commit

Permalink
Fix supersize
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrown-io committed Aug 12, 2024
1 parent 59c5aef commit f188288
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/block/block-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
display: flex;
}

.block-title.hero, .block-title.supersize {
.block-title.hero {
font-weight: normal;
font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; ;
}

.block-title.supersize{
font-weight: normal;
}

.block-title.strong, .block-title.bold {
font-weight: bold;
}
Expand Down

0 comments on commit f188288

Please sign in to comment.