/*
 Theme Name:   Divi Child
 Description:  Mein Child Theme
 Author:       TIS & BCD
 Author URI:   https://www.bcd.ch
 Template:     Divi
 Version:      1.0
 Text Domain:  Divi-child
*/

/* 
   der Fontfehler in der ie Console kommt nicht von hier 
   ich habe den semibold und regular mit dem Fontsquirrel  https://www.fontsquirrel.com/tools/webfont-generator
   erstellt.
*/ 


@font-face {
    font-family: 'MultipleSansPro';
    src: url('fonts/MultipleSansPro-SemiBold.eot');
    src: url('fonts/MultipleSansPro-SemiBold.eot?#iefix') format('embedded-opentype'),
 		 url('fonts/MultipleSansPro-SemiBold.ttf') format('truetype'), 
         url('fonts/MultipleSansPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'MultipleSansPro';
    src: url('fonts/MultipleSansPro-Regular.eot');
    src: url('fonts/MultipleSansPro-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MultipleSansPro-Regular.ttf') format('truetype'), 
         url('fonts/MultipleSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MultipleSansPro';
    src: url('fonts/MultipleSansPro-Light.eot');
    src: url('fonts/MultipleSansPro-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MultipleSansPro-Light.ttf') format('truetype'), 
         url('fonts/MultipleSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MultipleSansAltI';
    src: url('fonts/MultipleSansAltI-SemiBold.eot');
    src: url('fonts/MultipleSansAltI-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MultipleSansAltI-SemiBold.ttf') format('truetype'), 
         url('fonts/MultipleSansAltI-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'MultipleSansAltI';
    src: url('fonts/MultipleSansAltI-Regular.eot');
    src: url('fonts/MultipleSansAltI-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MultipleSansAltI-Regular.ttf') format('truetype'), 
         url('fonts/MultipleSansAltI-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MultipleSansAltI';
    src: url('fonts/MultipleSansAltI-Light.eot');
    src: url('fonts/MultipleSansAltI-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MultipleSansAltI-Light.ttf') format('truetype'), 
         url('fonts/MultipleSansAltI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
*/