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