esc_html__( 'Base Typography', 'bloghash' ), 'panel' => 'bloghash_panel_general', 'priority' => 30, ); // Body Font. $options['setting']['bloghash_body_font'] = array( 'transport' => 'postMessage', 'sanitize_callback' => 'bloghash_sanitize_typography', 'control' => array( 'type' => 'bloghash-typography', 'label' => esc_html__( 'Body Typography', 'bloghash' ), 'section' => 'bloghash_section_typography', 'display' => array( 'font-family' => array(), 'font-subsets' => array(), 'font-weight' => array(), 'font-style' => array(), 'text-transform' => array(), 'text-decoration' => array(), 'letter-spacing' => array(), 'font-size' => array(), 'line-height' => array(), ), ), ); return $options; } } endif; new Bloghash_Customizer_Typography();