Divi font weight cannot set to 400

Place this css code to divi global css customizer

// Set default font weight 400

/* Font weight 400 on Regular */

//this is for entire site default font-weight 400
body{
	font-weight: 400;
}

/* Font weight 400 on Regular END */

Last updated