[ad_1]
If set ‘font-style’ => false, the current tab will display JS error, and also the page will go blank if you revisit the tab.
array(
‘id’ => ‘theme-typography’,
‘type’ => ‘typography’,
‘title’ => esc_html__( ‘Navigation Font’, ‘text’ ),
‘subtitle’ => esc_html__(‘Specify the navigation font properties.’, ‘text’ ),
‘google’ => true,
‘text-align’ => false,
‘font-weight’ => false,
‘font-style’ => false, // THIS IS THE ISSUE //
‘letter-spacing’ => true,
‘subsets’ => false,
‘color’ => false,
‘font-size’ => false,
‘line-height’ => false,
‘letter-spacing’ => false,
‘units’ => ”,
‘default’ => array(
‘font-family’ => ‘Montserrat’,
‘google’ => true,
),
),
