Added Linux-friendly font

Updated solution file to match README for this exercise updated with this Pull.
This commit is contained in:
Roger 2022-01-09 16:00:23 +00:00 committed by GitHub
parent 4b7123060d
commit a1154cea25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}