Skip to content

Commit 5f72a6f

Browse files
Merge pull request TheOdinProject#152 from scheals/patch-1
02-class-id-selectors: Fix improper font-family syntax
2 parents cce37cd + 25f6b3f commit 5f72a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundations/02-class-id-selectors/solution/solution.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.odd {
22
background-color: rgb(255, 167, 167);
3-
font-family: Verdana, DejaVu Sans, sans-serif;
3+
font-family: Verdana, "DejaVu Sans", sans-serif;
44
}
55

66
.oddly-cool {

0 commit comments

Comments
 (0)