Browse Source

Set the fallback font-family to sans-serif

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
62ede08d70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      macrovision.css

+ 1
- 1
macrovision.css View File

@@ -18,7 +18,7 @@ body {
justify-content: flex-start;
height: 100%;
width: 100%;
font-family: 'Coda', cursive;
font-family: 'Coda', sans-serif;
}

.entity-box {


Loading…
Cancel
Save