Skip to content

Commit

Permalink
fix: revert font family
Browse files Browse the repository at this point in the history
  • Loading branch information
Heroor committed Apr 26, 2024
1 parent 7450145 commit a630557
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions src/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,8 @@ html {
body {
background: var(--nav-bg-regular);
font-size: 14px;
font-family:
DINAlternate,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
'Roboto',
'Oxygen',
'Ubuntu',
'Cantarell',
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: 0.3s;
Expand Down

0 comments on commit a630557

Please sign in to comment.