Skip to content

Commit

Permalink
improve text rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
pivanov committed Dec 14, 2024
1 parent d46dc7a commit dbf8f77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/scan/src/core/web/assets/css/styles.tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ button {
#react-scan-toolbar {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
z-index: 999999999;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
backface-visibility: hidden;
}

.react-scan-inspector {
Expand Down

0 comments on commit dbf8f77

Please sign in to comment.