style.css

/*
Theme Name:       Steve Brinkey Child Theme
Theme URL:        https://stevebrinkey.com
Description:      Child Theme for Divi for stevebrinkey.com
Author:           Steve Brinkey
Author URL:       https://capstonewebsitedesign.com
Template:         Divi
Version:          1.0.0

*/

/******  CSS Fields  ******/



/*------ style font -------*/
     <style type="text/css">
h1, h2, h3, h4, h5, h6 {
	font-family: "Nunito", work sans, times new roman;
	font-size: clamp(16px, 2vw, 20px);
}
H1 {
	font-family: work-sans;
	font-size: 2.0em;
	font-weight: 400;
	line-height: 1.4em;

}
H2 { 
	font-family: work-sans;
	font-size:1.5em;
     line-height: 1.4em;
 }
H3 { 
	  font-family: times new roman; 
	  font-size: 1.0em;
 	  line-height: 1.4em;
  }
h4 { 
	   font-family: nunito;
	   font-size: .8em;
       line-height: 1.4em;
   }
h5 { 
	    font-family: nunito;
	    font-size: .6em;
        line-height: 1.4em;}
