Jubilat italic bold font not working as expected in safari
Font style is not being applied in the safari browser but works as expected in chrome, Please see the below snapshot
this is the CSS i am using
{
margin: 0em;
font-family: jubilat-italic-bold;
font-weight: 700;
line-height: 1.1em;
letter-spacing: 0.03em;
text-transform: uppercase;
text-decoration: none;
align-items: center;
display: flex;
flex-direction: column;
}


