array( 'desktop' => array( 'weight' => 400, 'italic' => false, ), 'tablet' => null, 'mobile' => null, ), 'font_size' => array( 'desktop' => array( 'unit' => 'px', 'value' => 14, 'min' => 1, 'max' => 30, ), 'tablet' => null, 'mobile' => null, ), 'line_height' => array( 'desktop' => array( 'unit' => 'px', 'value' => 16, 'min' => 0, 'max' => 100, ), 'tablet' => null, 'mobile' => null, ), 'letter_spacing' => array( 'desktop' => array( 'unit' => 'px', 'value' => 0, 'min' => 0, 'max' => 10, ), 'tablet' => null, 'mobile' => null, ), 'transform' => array( 'desktop' => 'normal', 'tablet' => null, 'mobile' => null, ), 'decoration' => array( 'desktop' => 'normal', 'tablet' => null, 'mobile' => null, ), ); return Helpers::recursive_wp_parse_args( $args, $default_typography ); } }