/* 
    Document   : font-awesome
    Created on : 14.06.2013
    Author     : xwolf
    Description:
      Font-Face Definition: Font Awesome for text, Bebas for Headlines
}
*/

@font-face {
  font-family: 'FontPiratenkleiderHeadlines';
	     src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.ttf") format("truetype");  
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'FontPiratenkleiderDefault';
    src:url('../fonts/fontawesome-webfont.eot?v=3.1.0');
	    src:url('../fonts/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=3.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=3.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');

  font-weight: normal;
  font-style: normal; 
}





