Skip to content

Commit 10133d1

Browse files
committed
chore: rm useless styles and add font smoothing
1 parent 66f9133 commit 10133d1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

frontend/src/assets/main.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@
5252
}
5353

5454
body {
55-
font-family: 'Inter', sans-serif;
56-
margin: 0;
57-
padding: 0;
55+
font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
56+
-moz-osx-font-smoothing:grayscale;
57+
-webkit-font-smoothing:antialiased;
58+
text-rendering:optimizeSpeed;
5859
background-color: #000;
59-
6060
color: #f2f2f2;
61-
font-weight: 400;
6261
}
6362

6463
svg {

0 commit comments

Comments
 (0)