style.css

/*
Theme Name:       Coffee Shop Reports Child Theme
Theme URL:        https://coffeeshopreports.com
Description:      Child Theme for Divi for Capstone
Author:           Steve Brinkey
Author URL:       https://capstonewebsitedesign.com
Template:         Divi
Version:          1.0.0

*/

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



/*------ style font -------*/
     <style type="text/css">


H1 {
	font-family: "Oswald", work sans, times new roman;
	font-size: 2.0em;
	font-weight: 400;
	line-height: 1.4em;

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