@font-face {
    font-family: 'GothamBookFont';
    src: url('../fonts/GothamBookFont.otf');   

    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: verdana;
  src: url(../fonts/GothamBookFont.otf);
}
@font-face {
  font-family: geneva;
  src: url(../fonts/GothamBookFont.otf);
}
@font-face {
  font-family: sans-serif;
  src: url(../fonts/GothamBookFont.otf);
} 