Skip to content
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

[Redesign] Fix Safari font issue #8723

Merged
merged 1 commit into from
Jul 30, 2021
Merged

[Redesign] Fix Safari font issue #8723

merged 1 commit into from
Jul 30, 2021

Conversation

loic-sharma
Copy link
Contributor

@loic-sharma loic-sharma commented Jul 29, 2021

Safari does not support the Segoe UI font and falls back to the next font. This does not affect Chrome, Firefox, Edge, Internet Explorer, Opera

Before 🤮
image

After 💪
image

Addresses #8722

Test build: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=5037774&view=results
Test release: https://devdiv.visualstudio.com/DevDiv/_releaseProgress?_a=release-pipeline-progress&releaseId=1115031

@loic-sharma loic-sharma requested a review from a team as a code owner July 29, 2021 21:42
@@ -174,7 +174,6 @@

.instructions-displayed {
background-color: #FAF9F8;
font-family: 'Segoe UI';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't necessary. The default font is Segoe UI with default fallbacks:

font-family: 'Segoe UI', "Helvetica Neue", Helvetica, Arial, sans-serif

@loic-sharma loic-sharma merged commit c6abf2b into dev Jul 30, 2021
@joelverhagen joelverhagen deleted the loshar-safari-font branch August 22, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants