@font-face {
    font-family: 'Univers Light';
    src: url(UniversLight.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Univers Bold';
    src: url(UniversBold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Univers';
    src: url(UniversLight.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Univers';
    src: url(UniversBold.ttf);
    font-weight: bold;
}