From 3ba090f8246e7e2ae559e000197e8eb5beb460e0 Mon Sep 17 00:00:00 2001 From: garbash Date: Fri, 28 Nov 2014 18:31:08 +0200 Subject: Colors and header-size sass vars - now correct --- res/css/partials/typography.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'res/css/partials') diff --git a/res/css/partials/typography.scss b/res/css/partials/typography.scss index 77aa003f..817770cb 100644 --- a/res/css/partials/typography.scss +++ b/res/css/partials/typography.scss @@ -1,3 +1,10 @@ +//Font size +$h1-size: 30px; +$h2-size: 24px; +$h3-size: 18px; +$h4-size: 14px; +$h5-size: 12px; + //Font weights $light: 100; $regular: 400; -- cgit v1.3.1