esc_html__( 'Typography', 'bizmax' ), 'id' => 'typography_options', 'icon' => 'fa fa-text-width', 'fields' => array( array( 'id' => 'body_typo', 'type' => 'typography', 'title' => esc_html__( 'Body Font', 'bizmax' ), 'desc' => esc_html__( 'Select primary ( body ) typography.', 'bizmax' ), 'output' => 'body', 'text_align' => false, 'text_transform' => false, 'color' => true, 'extra_styles' => true, 'default' => array( 'font-family' => 'Jost', 'type' => 'google', 'unit' => 'px', 'font-weight' => '400', 'extra-styles' => array( '500','600'), ), ), array( 'id' => 'heading_typo', 'type' => 'typography', 'title' => esc_html__( 'Heading Font', 'bizmax' ), 'desc' => esc_html__( 'Select Secondary ( heading & bold ) typography.', 'bizmax' ), 'output' => 'h1,h2,h3,h4,h5,h6', 'text_align' => false, 'text_transform' => false, 'color' => false, 'extra_styles' => true, 'default' => array( 'font-family' => 'Jost', 'type' => 'google', 'unit' => 'px', 'font-weight' => '700', 'extra-styles' => array( '700'), ), ), ), ) );