﻿@font-face {
    font-family: 'AvenirLight';
    src: url('fonts/avenir-light-webfont.eot');
    src: url('fonts/avenir-light-webfont-1.eot') format('embedded-opentype'),
         url('fonts/avenir-light-webfont.woff') format('woff'),
         url('fonts/avenir-light-webfont.ttf') format('truetype'),
         url('fonts/avenir-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('fonts/avenirmedium-webfont.eot');
    src: url('fonts/avenirmedium-webfont-1.eot') format('embedded-opentype'),
         url('fonts/avenirmedium-webfont.woff') format('woff'),
         url('fonts/avenirmedium-webfont.ttf') format('truetype'),
         url('fonts/avenirmedium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirRoman';
    src: url('fonts/avenir_55_roman-webfont.eot');
    src: url('fonts/avenir_55_roman-webfont-1.eot') format('embedded-opentype'),
         url('fonts/avenir_55_roman-webfont.woff') format('woff'),
         url('fonts/avenir_55_roman-webfont.ttf') format('truetype'),
         url('fonts/avenir_55_roman-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirBlack';
    src: url('fonts/avenirblack-webfont.eot');
    src: url('fonts/avenirblack-webfont-1.eot') format('embedded-opentype'),
         url('fonts/avenirblack-webfont.woff') format('woff'),
         url('fonts/avenirblack-webfont.ttf') format('truetype'),
         url('fonts/avenirblack-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Fixes font bugs in Webkit */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'AvenirLight';
        src: url('fonts/avenir_35_light-webfont.html') format('svg');
    }
    @font-face {
        font-family: 'AvenirRoman';
        src: url('fonts/avenir_55_roman-webfont.svg') format('svg');
    }
    @font-face {
        font-family: 'AvenirBlack';
        src: url('fonts/avenir-light-webfont.svg') format('svg');
    }
    @font-face {
        font-family: 'AvenirMedium';
        src: url('fonts/avenirmedium-webfont.svg') format('svg');
    }
}.frame {
}
