Skip to content

Commit

Permalink
feat: 优化全局字体显示效果
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 authored Jan 21, 2025
1 parent b172c43 commit b078817
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ body {
opacity: 0;
height: 100%;
margin: 0;
font-family:
Inter,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
Roboto,
Oxygen,
Ubuntu,
Cantarell,
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body.ready {
Expand Down

0 comments on commit b078817

Please sign in to comment.