: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Redux Framework typography config.
* For full documentation, please visit: http://devs.redux.io/
* @package Redux Framework
defined( 'ABSPATH' ) || exit;
'title' => esc_html__( 'Typography', 'your-textdomain-here' ),
'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/typography.html" target="_blank">https://devs.redux.io/core-fields/typography.html</a>',
'id' => 'opt-typography-body',
'title' => esc_html__( 'Body Font', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Specify the body font properties.', 'your-textdomain-here' ),
'font_family_clear' => false,
'font-family' => 'Arial, Helvetica, sans-serif',
'font-weight' => 'Normal',
'output' => array( 'p' ),
'id' => 'opt-typography',
'title' => esc_html__( 'Typography Site Description', 'your-textdomain-here' ),
// Use if you want to hook in your own CSS compiler.
// Select a backup non-google font in addition to a Google font.
// Enable all Google Font style/weight variations to be added to the page.
'subtitle' => esc_html__( 'Typography option with each property can be called individually.', 'your-textdomain-here' ),
'output' => array( 'h2.site-description, h2.entry-title, .site-description, h2.wp-block-post-title' ),
// Includes font-style and weight. Can use font-style or font-weight to declare.
// 'font-style' => false,.
// Only appears if Google is true and subsets not set to false.
// Hide or show the font size input.
// 'font-size' => false,.
// Hide or show the line height input.
// 'line-height' => false,.
// Hide or show the word spacing input. Defaults to false.
// 'word-spacing' => true,.
// Hide or show the word spacing input. Defaults to false.
// 'letter-spacing'=> true,.
// Hide or show the font color picker.
// Disable the font previewer
// An array of CSS selectors in which to apply dynamically to this font style.
// 'compiler' => array( 'h2.site-description-compiler' ),.
'id' => 'opt-typography-body-shadow',
'title' => esc_html__( 'Title Font', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Specify the body font properties.', 'your-textdomain-here' ),
'font_family_clear' => false,
'font-family' => 'Arial, Helvetica, sans-serif',
'font-weight' => 'Normal',
'margin-bottom' => '20px',
'output' => array( '.site-title, .wp-block-site-title' ),