From ef1d99e82189f3f0bae6d8dc77858bc486539ecc Mon Sep 17 00:00:00 2001 From: Caoimhe Chaos Date: Mon, 31 Mar 2014 03:22:31 +0200 Subject: =?UTF-8?q?Experiment=20mit=20=C3=9Cberschriftengr=C3=B6ssen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/local.css b/local.css index cf3ef00e..190e9ec3 100755 --- a/local.css +++ b/local.css @@ -72,6 +72,38 @@ color: #FFF; color: #FFF; } +/* Headlines */ +h1 +{ + font-size: 22pt; +} + +h2 +{ + font-size: 20pt; +} + +h3 +{ + font-size: 18pt; +} + +h4 +{ + font-size: 16pt; +} + +h5 +{ + font-size: 14pt; +} + +h6 +{ + font-size: 12pt; + font-weight: 900; +} + /* Tables */ table { -- cgit v1.2.1