-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Italic font rendering doesn't work in Safari #1558
Comments
Which version of VitePress and Safari are you using? It's working fine for me on Safari 15.6. |
Closing as stale. |
@brc-dd This is still a problem in Safari 16.2 with 1.0.0-alpha.32. Looks like italic fonts were missing when you wrote #759 (comment). With the switch to em {
font-style: italic;
} Works fine in Chrome & Firefox. |
@rsms ❓ Should this work — or do we need other CSS tricks to get Safari to render italics with Inter’s variable variant? 🤔 |
Make sure to use the official releases from rsms.me/inter (or GitHub.com/rsms/inter/releases.) |
Describe the bug
Instead of italic font rendering, only regular font is displayed in Safari.
Reproduction
Write a markdown with italic rendering, and open in Safari.
Expected behavior
Expected to render italic font.
System Info
Additional context
Relevant issue: #759
Validations
The text was updated successfully, but these errors were encountered: