*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Brighter_Blog
*/
?>
>
'Kumbh Sans'));
if (is_array($body_typography) && isset($body_typography['font-family'])) {
$font_family = esc_attr($body_typography['font-family']);
} else {
$font_family = 'Kumbh Sans'; // Provide a default font family if not set
}
$brighter_blog_body_font = 'font-family:' . esc_attr($font_family);
?>
style="">