🐞 fix: Adjust font weight
Deploy to Dreamhost (dev) / build (push) Successful in 33s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-21 12:43:33 -05:00
parent be8c05a00c
commit 2aa7c8d050
+1 -1
View File
@@ -59,7 +59,7 @@ if ( $vidBlock && strpos( $vidBlock, '<iframe' ) !== false ) {
<?php endif; ?> <?php endif; ?>
<?php if ( ! empty( $content ) ) : ?> <?php if ( ! empty( $content ) ) : ?>
<div><?php echo wp_kses_post( $content ); ?></div> <div class="font-light"><?php echo wp_kses_post( $content ); ?></div>
<?php endif; ?> <?php endif; ?>
<?php if ( ! empty( $ctas ) ) : ?> <?php if ( ! empty( $ctas ) ) : ?>