match the solution font with the desired image
This commit is contained in:
parent
618a932bcd
commit
b57e48a828
@ -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;
|
||||
@ -38,4 +42,8 @@ ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: 400;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user