@font-face {
  font-family: "Merriweather";
  src:  url("Merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src:  url("Merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src:  url("Merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src:  url("Merriweather/Merriweather-LightItalic.ttf") format("truetype");
  font-weight: light;
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather';
  src:  url('Merriweather/Merriweather-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src:  url('Merriweather/Merriweather-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather';
  src:  url('Merriweather/Merriweather-Black.ttf') format('truetype');
  font-weight: black;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src:  url('Merriweather/Merriweather-BlackItalic.ttf') format('truetype');
  font-weight: black;
  font-style: italic;
}