From cd9cc198b5ab4cba1efd98118338a60d21afe83f Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 20 Feb 2004 22:35:13 +0000 Subject: [PATCH] non-px-font-size CSS for fosdem2004 slides --- fosdem2004/l10ntalk.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; } -- 2.35.3