From 99d76749b7576998fc4dd33fe0fee1e33a6f607a Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 6 Jul 2016 07:32:23 +0200 Subject: Save some more bytes by combining the root font definition --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index bdc8121..4802f0e 100644 --- a/style.css +++ b/style.css @@ -18,10 +18,7 @@ body { background: #eee; - - font-family: Roboto, sans-serif; - font-size: 16px; - line-height: 1.35; + font: 16px/1.375 Roboto,sans-serif; color: var(--text-color); display: flex; -- cgit