Merge pull request #152 from scheals/patch-1

02-class-id-selectors: Fix improper font-family syntax
This commit is contained in:
Eric Olkowski 2022-03-14 16:31:11 -04:00 committed by GitHub
commit 5f72a6f298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.odd {
background-color: rgb(255, 167, 167);
font-family: Verdana, DejaVu Sans, sans-serif;
font-family: Verdana, "DejaVu Sans", sans-serif;
}
.oddly-cool {