/* Sample

@font-face {
    font-family: '';
    src: url('../fonts/.eot');
    src: url('../fonts/.eot') format('embedded-opentype'),
         url('../fonts/.woff2') format('woff2'),
         url('../fonts/.woff') format('woff'),
         url('../fonts/.ttf') format('truetype'),
         url('../fonts/.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

font-family: 'Open Sans Condensed', sans-serif;

*/