diff options
-rw-r--r-- | src/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index 81d174f..a45b472 100644 --- a/src/style.css +++ b/src/style.css @@ -3,7 +3,7 @@ html { background-color: #eee; } body { - font-size: 16px; + font-size: 1em; font-family: 'PT Sans'; font-kerning: normal; font-feature-settings: "kern"; |