summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-23 20:51:09 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-23 20:54:59 +0000
commit2fa40398b0d4f201f567afb5b4c7312b7ce5c472 (patch)
treedbbfdedf58c7871db2fb871bbe807c6bb87ebd16
parent0697696a0dbe4eab6415f03b61eff72605fdc0e0 (diff)
downloadwebsite-2fa40398b0d4f201f567afb5b4c7312b7ce5c472.tar.xz
style: Make default font-size 1em
-rw-r--r--src/style.css2
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";