/* 
Theme Name: Additional Fonts Child 
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/ 
Version: 1.0.0 
*/  

@font-face {   
  font-family: 'Open Sans';   
  src: url('home/clients/5cd821ed469702f26a739f28e0356eed/web/wp-content/themes/additional-fonts-child/fonts/OpenSans-Regular.ttf') format('ttf'),          	 		
	   url('home/clients/5cd821ed469702f26a739f28e0356eed/web/wp-content/themes/additional-fonts-child/fonts/OpenSans-Semibold.ttf') format('ttf');   
  font-weight: normal;   
  font-style: normal; 
}  

body, h1, h2, h3, h4, h5, h6, .home, .page, .page-template, .error404, footer-page {
  font-family: 'Open Sans', Arial, sans-serif !important; 
}  

/* Weitere Anpassungen... */


