body {
    font-family: 'swis721';
}

@media only screen and (min-width: 800px) {

    body {
        font-size: 13px;
    }    

}

@media only screen and (min-width: 1024px) {

    body {
        font-size: 14px;
    }    
}

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