
/* Merriweather Light */
@font-face {
  font-family: 'Merriweather';
  src: url('Merriweather-Light.woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('Merriweather-LightItalic.woff');
  font-weight: 300;
  font-style: italic;
}

/* Merriweather normal/regular */
@font-face {
  font-family: 'Merriweather';
  src: url('Merriweather-Regular.woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('Merriweather-Italic.woff');
  font-weight: 400;
  font-style: italic;
}

/* Merriweather Bold */
@font-face {
  font-family: 'Merriweather';
  src: url('Merriweather-Bold.woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('Merriweather-BoldItalic.woff');
  font-weight: 700;
  font-style: italic;
}

/* Merriweather Ultrabold */
@font-face {
  font-family: 'Merriweather';
  src: url('Merriweather-Black.woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('Merriweather-HeavyItalic.woff');
  font-weight: 900;
  font-style: italic;
}