@font-face {
  font-family: "Comic Sans MS";
   src: url("/fonts/comicbd.ttf") format("truetype"); /* Make sure comicbd.ttf is in this folder! */
   font-weight: normal; /* Map bold file to normal weight */
  font-style: normal;
}

@font-face {
  font-family: "Comic Sans MS";
   src: url("/fonts/comicbd.ttf") format("truetype");
   font-weight: bold; /* Map bold file to bold weight */
  font-style: normal;
}