font-family lint

This commit is contained in:
Simounet
2020-11-11 09:48:31 +01:00
parent 9937d3a060
commit e9a0577f32
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/* ### Layout ### */ /* ### Layout ### */
body { body {
font-family: Serif; font-family: serif;
background-color: #fff; background-color: #fff;
} }

View File

@ -2,7 +2,7 @@
/* ### Layout ### */ /* ### Layout ### */
body { body {
font-family: Serif; font-family: serif;
background-color: #fff; background-color: #fff;
} }