Hello. I updated Kirki Version 3.0.24 https://glacier.mountaintheme.com/ but now font-weight not correct loading is crash
Example parallax title
.parallax .info h2 {
font-family: Dosis, Helvetica, Arial, sans-serif;
font-size: 2.4em;
font-weight: 400;
letter-spacing: 0.40em;
text-transform: uppercase;
color: #000;
}
// Parallax typography
Kirki::add_field( ‘glacier’, array(
‘type’ => ‘typography’,
‘settings’ => ‘parallax_typography’,
‘label’ => esc_html__( ‘Parallax Typography’, ‘glacier’ ),
‘section’ => $section,
‘priority’ => $priority++,
‘default’ => array(
‘font-family’ => ‘Dosis’,
‘variant’ => ‘400’,
‘font-size’ => ‘2.4em’,
‘letter-spacing’ => ‘0.40em’,
‘text-transform’ => ‘uppercase’,
‘color’ => ‘#000’,
),
‘output’ => array(
array(
‘element’ => ‘.parallax .info h2’,
),
),
) );
It’s strange but there is a line.
var kirkiWebfonts = [];
var kirkiWebfonts = {“Dosis”:{“1″:”600″,”2″:”regular”},”Source Sans Pro”:[“300”]};