Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • @iskra77

    Yes, is true.

    @aristath
    I write you email, send video with problem and my theme. Font Weight load only on customize screen not actual page. Thanks.

    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”]};

    • This reply was modified 6 years, 10 months ago by mountaintheme.
    • This reply was modified 6 years, 10 months ago by mountaintheme.
Viewing 2 replies - 1 through 2 (of 2 total)