My custom font is randomly broken when viewing the site live. When I am viewing/editing the site, the font is visible. I have not had any issues since I've used the code and it is now randomly broken only when live. Any help would be appreciated.
www.happydayscayman.com
password: Happy
/* Custom Fonts */
@font-face {
font-family: 'Newake-Font-Regular.otf';
src: url('https://static1.squarespace.com/static/64a307b73706430f56c8a842/t/6556ae17021bc262eb09137e/1700179479885/Newake-Font-Regular.otf');
}
h1 {
letter-spacing: 5px;
font-family: 'Newake-Font-Regular.otf' !important;
}
h4 {
letter-spacing: 10px;
font-family: 'Newake-Font-Regular.otf' !important;
}
H4 {
font-family: 'Newake-Font-Regular.otf' !important;
}