@font-face {
font-family: "CourierPrime";
  src: url(font/CourierPrime-Regular.ttf) format('truetype');
  font-weight: normal;
}

@font-face {
font-family: "CourierPrime";
  src: url(font/CourierPrime-Bold.ttf) format('truetype');
  font-weight: bold;
}

.box {
  box-shadow: 0 0 90px 0 rgba(0,0,0,0.5);;
}
.boxr {
  box-shadow: 0 0 90px 0 rgba(0,0,0,0.5);;
}
p {
font-family: "CourierPrime", sans-serif;
}

b {
  font-family: "CourierPrime";
}

h1 {
font-family: "CourierPrime";
}