From 3c717e9c78207cd20065ccf10cc8d3389f3f4006 Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Mon, 13 Feb 2017 13:16:56 +0100 Subject: use standard sized font --- app/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index 7075a7a..38e7311 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -2,7 +2,7 @@ html, body { padding: 0; margin: 0; height: 100%; - font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; + font: 1em 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; } body { -- cgit v1.2.3-1-g7c22