Fix improper font syntax
This commit is contained in:
parent
501cac67b1
commit
25f6b3f40a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue