I am using some Adobe fonts in a site. They show up perfectly fine in Chrome and Firefox. They do not show in any version of Safari. I'm using @Import in the CSS for the fonts.
This is the CSS I'm using on an h2:
.date h2 {
font-family: 'korolev', sans-serif;
font-weight: 500;
letter-spacing: 0.1em;
font-size: 650%;
margin: 0;
line-height: 0.8em;
font-style: normal;
}
Is there a trick to getting Adobe web fonts to work in Safari?