Skip to content

Commit 45eb7ad

Browse files
JB Mono to Monaspace
1 parent 1d79670 commit 45eb7ad

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed

assets/MonaspaceNeon-Regular.woff

46.2 KB
Binary file not shown.

assets/index.css

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
11
@font-face {
2-
font-family: "JetBrains Mono";
3-
src: url(/jetbrains.woff2);
2+
font-family: "Monaspace Neon";
3+
src: url("/MonaspaceNeon-Regular.woff");
4+
font-display: swap;
45
}
56

67
body {
7-
text-align: center;
8-
background: hsl(200, 4%, 10%);
9-
font-family: "JetBrains Mono", monospace;
10-
color: #ffffff;
11-
min-height: 98vh;
12-
display: grid;
13-
grid-template-rows: auto 1fr auto;
14-
overflow-x: hidden;
8+
text-align: center;
9+
background: hsl(200, 4%, 10%);
10+
font-family: "Monaspace Neon", "Courier New", "Courier", monospace;
11+
color: #ffffff;
12+
min-height: 98vh;
13+
display: grid;
14+
grid-template-rows: auto 1fr auto;
15+
overflow-x: hidden;
1516
}
1617

1718
body#apiBody {
18-
margin-left: 20%;
19-
margin-right: 20%;
19+
margin-left: 20%;
20+
margin-right: 20%;
2021
}
2122

2223
input {
23-
background: hsl(192, 2%, 40%);
24-
border: #1b8b77;
25-
color: #ffffff;
26-
padding: 20px;
27-
border-radius: 3px;
24+
background: hsl(192, 2%, 40%);
25+
border: #1b8b77;
26+
color: #ffffff;
27+
padding: 20px;
28+
border-radius: 3px;
2829
}
2930

3031
input::placeholder {
31-
color: hsl(192, 2%, 70%);
32+
color: hsl(192, 2%, 70%);
3233
}
3334

3435
a {
35-
color: #43baf4;
36+
color: #43baf4;
3637
}
3738

3839
img {
39-
image-rendering: crisp-edges;
40-
image-rendering: pixelated;
40+
image-rendering: pixelated;
4141
}
4242

4343
button {
44-
border: none;
45-
border-radius: 5px;
46-
padding: 15px;
47-
color: white;
48-
cursor: pointer;
49-
display: inline-block;
50-
background-color: #43baf4;
51-
text-align: center;
52-
text-decoration: none;
44+
border: none;
45+
border-radius: 5px;
46+
padding: 15px;
47+
color: white;
48+
cursor: pointer;
49+
display: inline-block;
50+
background-color: #43baf4;
51+
text-align: center;
52+
text-decoration: none;
5353
}
5454

5555
footer {
56-
min-height: 50px;
57-
bottom: 0;
58-
padding: 10px;
59-
width: 100%;
56+
min-height: 50px;
57+
bottom: 0;
58+
padding: 10px;
59+
width: 100%;
6060
}
6161

6262
.java {
63-
background-color: chartreuse;
64-
color: black;
63+
background-color: chartreuse;
64+
color: black;
6565
}
6666

6767
.bedrock {
68-
background-color: black;
68+
background-color: black;
6969
}
7070

7171
.response {
72-
font-size: 20pt;
72+
font-size: 20pt;
7373
}

assets/jetbrains.woff2

-67.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)