@font-face {
    font-family:'Exo 2.0 Extra Bold';
    src: local("Exo 2.0 Extra Bold"),
    url(../fonts/exo.otf);
}

@font-face {
    font-family:'Exo 2.0 Extra Bold';
    src: url('../fonts/exo2.0-bold.eot');
    src: url('../fonts/exo2.0-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/exo2.0-bold.woff') format('woff'),
    url('../fonts/exo2.0-bold.ttf') format('truetype'),
    url('../fonts/exo2.0-bold.svg#exo_2.0bold') format('svg');
    font-weight: normal;
    font-style: normal;
}