@font-face {
    font-family: 'open_sans_light';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Light'), local('OpenSansLight-Regular'),
        url(/themes/default/fonts/open-sans-light.woff) format('woff'),
        url(/themes/default/fonts/open-sans-light.ttf) format('truetype');
}

@font-face {
    font-family: 'open_sans_semibold';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Semibold'), local('OpenSansSemibold-Regular'),
        url(/themes/default/fonts/open-sans-semibold.woff) format('woff'),
        url(/themes/default/fonts/open-sans-semibold.ttf) format('truetype');
}

@font-face {
    font-family: 'open_sans_bold';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url(/themes/default/fonts/open-sans-bold.woff) format('woff'),
        url(/themes/default/fonts/open-sans-bold.ttf) format('truetype');
}