diff --git a/foundations/02-class-id-selectors/solution/solution.css b/foundations/02-class-id-selectors/solution/solution.css index 3cd7120..21c9ad1 100644 --- a/foundations/02-class-id-selectors/solution/solution.css +++ b/foundations/02-class-id-selectors/solution/solution.css @@ -1,6 +1,6 @@ .odd { background-color: rgb(255, 167, 167); - font-family: Verdana, sans-serif; + font-family: Verdana, DejaVu Sans, sans-serif; } .oddly-cool { @@ -16,4 +16,4 @@ background-color: hsl(120, 100%, 75%); font-size: 24px; font-weight: bold; -} \ No newline at end of file +}