From 2fa40398b0d4f201f567afb5b4c7312b7ce5c472 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 23 Mar 2015 20:51:09 +0000 Subject: style: Make default font-size 1em --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3-54-g00ecf