@font-face {
  font-family: 'LovelyTongue';
  src: url(lovely-tongue.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'GothamBook';
  src: url(gotham-book.ttf);
  font-weight: 400;
}

@font-face {
    font-family: 'GothamBook';
    font-weight: bold;
    src: url(gotham-bold.otf) format("opentype");
}

@font-face {
    font-family: 'GothamBold';
    font-weight: 400;
    src: url(gotham-bold.otf) format("opentype");
}

@font-face {
  font-family: 'NewsGothicMT';
  font-weight: 400;
  src: url(NewsGothicMT.ttf);
}