@font-face {
  font-family: "Merriweather";
  src: url("Merriweather.ttf");
}

@font-face {
  font-family: "Merriweather";
  font-style: italic;
  src: url("Merriweather-Italic.ttf");
}

@font-face {
  font-family: "Merriweather Sans";
  src: url("MerriweatherSans.ttf");
}

@font-face {
  font-family: "Merriweather Sans";
  font-style: italic;
  src: url("MerriweatherSans-Italic.ttf");
}