I am using @font-face to import Hack font ttf file into my website like this
@font-face {
font-family: Hack;
src: url("https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css");
-webkit-font-smoothing: antialiased;
// src: url("\font\Hack-Bold.ttf");
// src: url("\font\Hack-Regular.ttf");
// src: url("\font\Hack-BoldItalic.ttf");
}
it renders well in chrome and desktop but it did not rendered in safari. wandering to know how to fix it.Thx!
I try to delete the cache in the safari but it did not work as well