@font-face {
    font-family: 'Bebas Neue';
    src: url("../fonts/bebas.font/BebasNeue Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue bold';
    src: url("../fonts/bebas.font/BebasNeue Bold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family:'SourceSansPro';
    src:url('../fonts/SourceSansPro-Regular.eot'), url('../fonts/SourceSansPro-Regular.ttf.woff') format('woff'),url('../fonts/SourceSansPro-Regular.otf') format('otf'),url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}

