Montserrat was updated - URGENT!

The author of Montserrat issued a font update that messed up thousands of websites. There are new font weights now. To get it back to what it was or similar to it you now need font weight of 500. The theme is only offering 400 and 700. Please help me fix this and get the font weight to 500. This is quite urgent, please help.

More info on this font update:

@christian_y This is quite urgent. I found this thread but im not sure how to do it with monsterrat and the required CSS. https://theme.co/apex/forums/topic/font-weight-2/

The link fir theme.co has to be copy-pasted to work for some reason. This is the code I found.

'// Remove and replace Lato font
// =============================================================================

function x_remove_replace_lato_font(){
wp_dequeue_style( ‘x-font-standard’ );
wp_enqueue_style( ‘lato-font’, ‘//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic’, NULL, X_VERSION, ‘all’ );
}
add_action( ‘wp_enqueue_scripts’, ‘x_remove_replace_lato_font’, 100 );

// =============================================================================’

I would prefer having an option added to the customizer to have also 500 as well because of these changes. The current weights are 400 and 700, which were great until Montserrat was updated,

Hi,

I will forward this to our web development team to let them know and have the font updated.

Thank you!

Thank you, please just add 500 weight as an option, dont remove the 400 weight.

Thank you for the message. Sure thing we added this topic to the internal system feature request.

We will need to wait for our development team input and their decision.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.