@font-face {
    font-family: 'roboto';
    src: url('font/roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('font/roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_bold';
    src: url('font/roboto/roboto-bold-webfont.woff2') format('woff2'),
         url('font/roboto/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_medium';
    src: url('font/roboto/roboto-medium-webfont.woff2') format('woff2'),
         url('font/roboto/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('font/openSans/OpenSans-Light-webfont.eot');
    src: url('font/openSans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/openSans/OpenSans-Light-webfont.woff') format('woff'),
         url('font/openSans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/openSans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('font/openSans/OpenSans-Regular-webfont.eot');
    src: url('font/openSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/openSans/OpenSans-Regular-webfont.woff') format('woff'),
         url('font/openSans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('font/openSans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('font/openSans/OpenSans-Italic-webfont.eot');
    src: url('font/openSans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/openSans/OpenSans-Italic-webfont.woff') format('woff'),
         url('font/openSans/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('font/openSans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('font/openSans/OpenSans-Bold-webfont.eot');
    src: url('font/openSans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/openSans/OpenSans-Bold-webfont.woff') format('woff'),
         url('font/openSans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('font/openSans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

