Skip to content

Commit

Permalink
Add font-smoothing and text-rendering to improve text appearance (#…
Browse files Browse the repository at this point in the history
…278)

This pull request introduces adds text rendering and font smoothing features to the global.css file.

Improving the text rendering and enabling font smoothing enhances the visual aesthetics of the application, improving user experience by offering a more visually pleasing and readable interface.
  • Loading branch information
AVGVSTVS96 authored Apr 28, 2024
1 parent 2c0f31a commit 747cd7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
/* scrollbar-color: hsla(0, 0%, 60%, 0.2) transparent;
scrollbar-width: thin; */
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;

--background: 0 0% 100%;
--foreground: 222.2 84% 4.9%;
Expand Down

0 comments on commit 747cd7f

Please sign in to comment.