__( 'Typography Settings', 'bizpoint' ), 'description' => __( 'Customize your website\'s typography here.', 'bizpoint' ), 'panel' => '', // Not typically needed. 'priority' => 22, 'capability' => 'edit_theme_options', 'theme_supports' => '', // Rarely needed. ) ); Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'settings' => 'body_typography', 'label' => __( 'Body Typography', 'bizpoint' ), 'section' => 'custom_typography', 'type' => 'typography', 'priority' => 1, 'default' => array( 'font-family' => '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif', 'variant' => 'regular', 'color' => '#212529', ), 'output' => array( array( 'element' => array( 'body', 'button', 'input', 'optgroup', 'select', 'textarea' ), ), ), ) ); Bizpoint_Kirki::add_field( 'bizpoint_theme', array( 'settings' => 'heading_typography', 'label' => __( 'Heading Typography', 'bizpoint' ), 'section' => 'custom_typography', 'type' => 'typography', 'default' => array( 'font-family' => 'Montserrat', 'variant' => '500', 'color' => '#212529', ), 'output' => array( array( 'element' => array( 'h1', 'h2', 'h3', 'h4', 'h5', 'h6' ), ), ), ) );