@font-face {
    font-family: 'helvetica';
    src: url('helvetica/Helvetica.woff') format('woff'),
        url('helvetica/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticalight';
    src: url('helvetica/Helvetica-Light.woff') format('woff'),
        url('helvetica/Helvetica-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticabold';
    src: url('helvetica/Helvetica-Bold.woff') format('woff'),
        url('helvetica/Helvetica-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaoblique';
    src: url('helvetica/Helvetica-Oblique.woff') format('woff'),
        url('helvetica/Helvetica-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticalightoblique';
    src: url('helvetica/Helvetica-LightOblique.woff') format('woff'),
        url('helvetica/Helvetica-LightOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaboldoblique';
    src: url('helvetica/Helvetica-BoldOblique.woff') format('woff'),
        url('helvetica/Helvetica-BoldOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}