We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fd96d commit a237fddCopy full SHA for a237fdd
sass/_base.scss
@@ -4,14 +4,12 @@ $textColor: white;
4
$background: black;
5
$accent: #3dbeff;
6
7
-@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
8
-
9
body,
10
html {
11
margin: 0;
12
background: $background;
13
color: $textColor;
14
- font-family: "Varela Round", sans-serif;
+ font-family: "Courier New", monospace;
15
font-weight: 400;
16
font-style: normal;
17
text-rendering: optimizelegibility;
0 commit comments