Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b57e48a

Browse files
committed
match the solution font with the desired image
1 parent 618a932 commit b57e48a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

flex/02-flex-header/solution/solution.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap');
2+
13
.header {
24
font-family: monospace;
35
background: papayawhip;
@@ -27,6 +29,8 @@ a {
2729
/* SOLUTION */
2830

2931
.header {
32+
/* Feel free to not worry too heavily on matching the font */
33+
font-family: 'Courier Prime', monospace;
3034
padding: 8px;
3135
display: flex;
3236
align-items: center;
@@ -38,4 +42,8 @@ ul {
3842
margin: 0;
3943
padding: 0;
4044
gap: 8px;
45+
}
46+
47+
a {
48+
font-weight: 400;
4149
}

0 commit comments

Comments
 (0)