/*
Theme Name: My Divi Child Theme
Theme URI: http://www.besharpmusicstudio.com/
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: John Kitterman
Author URI: http://www.besharpmusicstudio.com
Template: Divi
*/

@font-face {
 font-family: Yellowtail;
 src: url('fonts/yellowtail-regular.otf');
}
.yellowtail h2 {
 font-size:300%;
 font-family: 'Yellowtail', cursive;
}

.yellowtail h1 {
 font-size:300%;
 font-family: 'Yellowtail', cursive;
}

.yellowtail h3 {
 font-size:300%;
 font-family: 'Yellowtail', cursive;
}

}
.yellowtail h4 {
 font-size:300%;
 font-family: 'Yellowtail', cursive;
}

.yellowtail h5 {
 font-size:300%;
 font-family: 'Yellowtail', cursive;
}

.yellowtail h6 {
 font-size:300%;
 font-family: 'Yellowtail', cursive;
}