'typography', 'settings' => 'body_font', 'label' => esc_html__( 'Body Font', 'borax' ), 'section' => 'styling_section', 'default' => array( 'font-family' => '"Roboto", sans-serif', 'variant' => '', 'font-size' => '1rem', 'font-weight' => '300', 'line-height' => '1.7333333333', 'color' => '#888888' ), 'output' => array( array( 'element' => 'body, input, select, textarea, button, [type="button"], [type="reset"], [type="submit"], .options li, wpcf7-response-output', ), ), ); $fields[] = array( 'type' => 'typography', 'settings' => 'heading_font', 'label' => esc_html__( 'Heading Font', 'borax' ), 'section' => 'styling_section', 'default' => array( 'font-family' => '"Rufina", sans-serif', 'variant' => '', 'font-size' => '', 'font-weight' => '700', 'line-height' => '', 'color' => '#1e2528' ), 'output' => array( array( 'element' => 'h1,h2,h3,h4,h5,h6', ), ), );