@font-face {
    font-family: 'Calibri';
    src: url('calibri-webfont.woff2') format('woff2'),
         url('calibri-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Calibri';
    src: url('calibri_bold-webfont.woff2') format('woff2'),
         url('calibri_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}