match the solution font with the desired image

This commit is contained in:
Keshav K 2024-01-11 03:51:03 -08:00
parent 618a932bcd
commit b57e48a828

View File

@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap');
.header {
font-family: monospace;
background: papayawhip;
@ -27,6 +29,8 @@ a {
/* SOLUTION */
.header {
/* Feel free to not worry too heavily on matching the font */
font-family: 'Courier Prime', monospace;
padding: 8px;
display: flex;
align-items: center;
@ -39,3 +43,7 @@ ul {
padding: 0;
gap: 8px;
}
a {
font-weight: 400;
}