Skip to content

Commit 625f3a7

Browse files
committed
1 parent e1bcd65 commit 625f3a7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/index.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
body {
66
margin: 0;
77
background-color: #030712;
8-
/*font-family: 'Space Mono', 'JetBrains Mono', monospace, sans-serif;*/
8+
font-family: 'Space Mono', 'JetBrains Mono', monospace, sans-serif !important;
9+
font-weight: 400 !important;
10+
font-style: normal !important;
911
-webkit-font-smoothing: antialiased;
1012
-moz-osx-font-smoothing: grayscale;
1113
}
1214

1315
code {
14-
/*font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;*/
16+
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
1517
}
1618

1719
/* Styling for inline code blocks */
@@ -21,5 +23,5 @@ code {
2123
padding: 0.2em 0.4em;
2224
border-radius: 0.25rem;
2325
font-family: 'JetBrains Mono', monospace;
24-
font-weight: 300; /* Lighter font weight */
26+
font-weight: 400; /* Lighter font weight */
2527
}

0 commit comments

Comments
 (0)