@font-face {
  font-family: "font-awesome"; /*a name to be used later*/
  src: url("../font/fa-solid-900.ttf") format("truetype"); /*URL to font*/
}

@font-face {
  font-family: "font-base"; /*a name to be used later*/
  src: url("/assets/font/The/%20Outbox/%20St.ttf") format("truetype"); /*URL to font*/
}
