@font-face {
  font-family: "theBoldFont";
  src: url("/fonts/theboldfont.ttf"); }

body {
  font-family: "theBoldFont";
  margin: 0;
  padding: 0; }
