mountaintheme
Forum Replies Created
-
Forum: Plugins
In reply to: [Kirki – Freeform Page Builder, Website Builder & Customizer] Update Crash@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.Forum: Plugins
In reply to: [Kirki – Freeform Page Builder, Website Builder & Customizer] Update CrashHello. I updated Kirki Version 3.0.24 http://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 8 years, 4 months ago by mountaintheme.
- This reply was modified 8 years, 4 months ago by mountaintheme.