@font-face {
  font-family: "America";
  src: url("another_america-webfont.woff2") format("woff2"),
    url("another_america-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mentha';
  src: url('mentha_rapture-webfont.woff2') format('woff2'),
        url('mentha_rapture-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}