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

}