/**
 * 10-font.css
**/

@font-face { font-family: 'Open Sans';
             src: url('../fonts/OpenSans-Light.ttf') format('truetype');
             font-weight: 300;
}

@font-face { font-family: 'Open Sans';
             src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
             font-weight: 400;
}

@font-face { font-family: 'Open Sans';
             src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
             font-weight: 600;
}

/*Icons im Footer*/
@font-face {
    font-family: 'MeineIconFontTtf';
    src: url('../fonts/accessibility.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'MeineIconFontWoff';
    src: url('../fonts/streamline-30px-filled-in.woff') format('woff'),
    url('../fonts/streamline-30px.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'MeineIconFontWoff2';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'MeineIconFontWoff3';
    src: url('../fonts/streamline-30px.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
 