'The problem of displaying the "Jost" font in safari (for apple device)

There was a problem with a strange font display on apple devices. The font is in the fonts folder. Website on tilde. Has anyone encountered such a problem?

[enter image description here][1]

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Bold.woff2") format("woff2"),
  url("../fonts/Jost-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


  [1]: https://i.stack.imgur.com/48SGE.png


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source