@font-face{
    font-family: "ubuntu-light";
    src: url("fonts/Ubuntu-Light.ttf");
    font-weight: 100;
}

@font-face {
    font-family: 'UbuntuRegular';
    src: url('fonts/Ubuntu-R-webfont.html');
    src: url('fonts/Ubuntu-R-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-R-webfont.woff') format('woff'),
         url('fonts/Ubuntu-R-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "pn-regular";
    src: url('fonts/pn-regular.html');
    src: url('fonts/pn-regulard41d.html?#iefix') format('embedded-opentype'),
         url('fonts/pn-regular.woff') format('woff'),
         url('fonts/pn-regular.ttf') format('truetype'),
         url('fonts/pn-regular.svg#proxima_nova_cn_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    @font-face{
        font-family: 'pn-regular';
        src: url('fonts/pn-regular.svg') format('svg');
    }
}
    


