@font-face {
    font-family: "xbones";
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url('fonts/xbones.ttf') format("truetype");
}
@font-face {
    font-family: "xmarker";
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url('fonts/Xmarker.otf') format("opentype");
}

 
.font-xbones{
    font-family: "xbones";
}
  
.font-xmarker{
    font-family: "xmarker";
}