We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1a4d1 commit 6da52fbCopy full SHA for 6da52fb
src/index.css
@@ -5,9 +5,7 @@
5
body {
6
margin: 0;
7
background-color: #030712;
8
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
9
- 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
10
- sans-serif;
+ font-family: 'Space Mono', 'JetBrains Mono', monospace, sans-serif;
11
-webkit-font-smoothing: antialiased;
12
-moz-osx-font-smoothing: grayscale;
13
}
0 commit comments