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

Fix: Fix Issue-1179 wrong fonts in some views #1986

Merged
merged 2 commits into from
Feb 22, 2023

Conversation

thmsnhl
Copy link
Contributor

@thmsnhl thmsnhl commented Feb 21, 2023

The issue is described in the following bug report: #1179

This PR removes the font-family and @fontface definitions which lead to broken styles and thus serif fallback fonts in the interface.
After these changes the application consistently uses the system font stack -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' which ultimately looks closer to what was intended by the various rules across the codebase.

Screenshots for comparison:
Current implementation (Luban 4.6.1 on M1 Mac)
Bildschirm­foto 2023-02-21 um 20 49 13

New/Fixed version
Bildschirm­foto 2023-02-21 um 20 49 05

@parachvte parachvte changed the title Fix Issue-1179 wrong fonts in some views Fix: Fix Issue-1179 wrong fonts in some views Feb 22, 2023
@parachvte parachvte added Type: Improvement An improvement to a current feature Category: UX labels Feb 22, 2023
@parachvte parachvte merged commit 7a56925 into Snapmaker:main Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: UX Type: Improvement An improvement to a current feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants