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: Font smoothing #45

Closed
ThayllyR opened this issue Apr 25, 2024 · 0 comments · Fixed by #63
Closed

Fix: Font smoothing #45

ThayllyR opened this issue Apr 25, 2024 · 0 comments · Fixed by #63
Assignees

Comments

@ThayllyR
Copy link
Contributor

Describe the bug
The font is not being rendered properly: to fix that, please add the following lines to <html> <body> tags on the file src/styles/global.css (line 5)

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 

Expected behavior
The fix should look like this:

before after
image image
@ThayllyR ThayllyR assigned ThayllyR and phvm and unassigned ThayllyR Apr 29, 2024
@phvm phvm linked a pull request May 9, 2024 that will close this issue
4 tasks
@phvm phvm linked a pull request Jun 11, 2024 that will close this issue
4 tasks
@phvm phvm removed a link to a pull request Jun 11, 2024
4 tasks
@phvm phvm closed this as completed in #63 Sep 26, 2024
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 a pull request may close this issue.

2 participants