From a1154cea258ae6d263fddda00d8706b17858293d Mon Sep 17 00:00:00 2001 From: Roger <52100206+rog2054@users.noreply.github.com> Date: Sun, 9 Jan 2022 16:00:23 +0000 Subject: [PATCH] Added Linux-friendly font Updated solution file to match README for this exercise updated with this Pull. --- foundations/02-class-id-selectors/solution/solution.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}