diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-23 20:51:09 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-23 20:54:59 +0000 |
commit | 2fa40398b0d4f201f567afb5b4c7312b7ce5c472 (patch) | |
tree | dbbfdedf58c7871db2fb871bbe807c6bb87ebd16 /src | |
parent | 0697696a0dbe4eab6415f03b61eff72605fdc0e0 (diff) | |
download | website-2fa40398b0d4f201f567afb5b4c7312b7ce5c472.tar.xz |
style: Make default font-size 1em
Diffstat (limited to 'src')
-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"; |