Wrong system font on Safari #629
Labels
issue: bug
Issue reporting a bug
severity: low
If the issue only affects a very niche base of users and an easily implemented workaround can solve
source: icons
relates to icons package
status: pending reproduction
Waiting for free time to reproduce the issue, or more information
Bug report
Required System information
Describe the bug
The content manager is not using the system font on Safari, Helvetica Neue is used instead of San Francisco. The bug is not present in other browsers.
Steps to reproduce the behavior
Use a Safari extension like WhatFont to inspect the fonts on the page.
Expected behavior
San Francisco should be used instead of Helvetica Neue as it is the macOS system font.
Screenshots
Code snippets
design-system/packages/strapi-design-system/src/ThemeProvider/ThemeProvider.js
Line 156 in 6101299
https://github.com/strapi/strapi/blob/5cbb60ce4b652e84dd8d65ffa2713437ecb4e619/packages/core/admin/admin/src/content-manager/components/Wysiwyg/EditorStylesContainer.js#L19
Additional context
This can be fixed by replacing
--apple-system
with-apple-system
which is the correct font family name.The text was updated successfully, but these errors were encountered: