diff options
-rw-r--r-- | local.scss | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,7 +37,9 @@ p { BODY { margin: 0; background-color: white; - font-family: sans-serif; + font-size: 100%; + font-family: Helvetica, Verdana, Sans-serif; + line-height: 1.5; } DIV.header { |