@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensansbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/opensans-light.woff') format('woff');
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensansregular.woff') format('woff');
        font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/opensansitalic.woff') format('woff');
}
@font-face {
    font-family: 'PTSans-Regular';
    src:url('../fonts/ptsans-regular.woff') format('woff');
}