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

}

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