From: robert Date: Fri, 20 Feb 2004 22:35:13 +0000 (+0000) Subject: non-px-font-size CSS for fosdem2004 slides X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=commitdiff_plain;h=cd9cc198b5ab4cba1efd98118338a60d21afe83f non-px-font-size CSS for fosdem2004 slides --- diff --git a/fosdem2004/l10ntalk.css b/fosdem2004/l10ntalk.css index a203bb0..55939cb 100755 --- a/fosdem2004/l10ntalk.css +++ b/fosdem2004/l10ntalk.css @@ -5,7 +5,7 @@ body { padding: 3px; border: 0px; font-family: Arial,Helvetica,sans-serif; - font-size: 16px; +/* font-size: 16px; */ color: black; background-color: white; @@ -13,28 +13,28 @@ body { h1 { margin: 0.5em; - font-size: 32px; + font-size: 2em; font-weight: bold; text-align: center; } h2 { margin: 0.5em; - font-size: 28px; + font-size: 1.75em; font-weight: bold; text-align: center; } h3 { margin: 0.5em; - font-size: 24px; + font-size: 1.5em; font-weight: bold; text-align: center; } h4 { margin: 0.5em; - font-size: 19px; + font-size: 1.3em; font-weight: bold; text-align: left; }