summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-06 07:32:23 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-06 07:32:23 +0200
commit99d76749b7576998fc4dd33fe0fee1e33a6f607a (patch)
tree9884a318a8905a3de0aebbea55e9446060cd12af /style.css
parent98d487f5aa85bdf5e4094ca833b673e4ed5d0557 (diff)
downloadmutti-web-99d76749b7576998fc4dd33fe0fee1e33a6f607a.tar.gz
mutti-web-99d76749b7576998fc4dd33fe0fee1e33a6f607a.tar.bz2
mutti-web-99d76749b7576998fc4dd33fe0fee1e33a6f607a.zip
Save some more bytes by combining the root font definition
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 1 insertions, 4 deletions
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;