This same issue is happening for me. Here is the code I have and it is not working on mobile:
//ADDING REMAN FONT//
@font-face {
font-family: "Reman";
src:
url('https://static1.squarespace.com/static/60f1b9ed84bdc3300f23b9cc/t/60f99ced9da0b966a576b8a4/1626971373596/Reman+3.ttf');
}
//ASSIGN REMAN FONT//
h3 {font-family: "Reman";
letter-spacing:'2px';
font-size:120px;
line-height:.75
}
.mobile-bar-wrapper *, h3 {
font-family: "Reman" !important;
font-size: 70px
}