Support › Forums › Flex Theme › Make H1, H2 and H3 tags bold › Reply To: Make H1, H2 and H3 tags bold
October 22, 2015 at 6:14 pm
#612
Moderator
1. Change font-weight to 900.
2. Define Roboto 900 in funtions.php file.
Change this…
//* Loading Google Fonts
wp_enqueue_style( 'flex-google-fonts', '//fonts.googleapis.com/css?family=Lato:300,400,700|Roboto:300,400,700', array(), '1.0.0' );
to…
//* Loading Google Fonts
wp_enqueue_style( 'flex-google-fonts', '//fonts.googleapis.com/css?family=Lato:300,400,700|Roboto:300,400,900', array(), '1.0.0' );