Fix improper font syntax

This commit is contained in:
scheals 2022-03-14 20:37:27 +01:00 committed by GitHub
parent 501cac67b1
commit 25f6b3f40a
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 { .odd {
background-color: rgb(255, 167, 167); background-color: rgb(255, 167, 167);
font-family: Verdana, DejaVu Sans, sans-serif; font-family: Verdana, "DejaVu Sans", sans-serif;
} }
.oddly-cool { .oddly-cool {