diff options
author | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-08-14 12:55:19 +0000 |
---|---|---|
committer | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-08-14 12:55:19 +0000 |
commit | 1483b317fb8050b5de45442c7560c6caa0b5450d (patch) | |
tree | 6c138e6483b49997f1164e1f4179c91938663065 /www | |
parent | 6cb3ba5258ed6dffe9c942ed14ec7fcc9a38ddf0 (diff) |
Use Libertine and Biolinum as main fonts
git-svn-id: https://svn.neo-layout.org@2338 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www')
-rw-r--r-- | www/stylesheet.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/stylesheet.css b/www/stylesheet.css index e06b0f9..dc4bead 100644 --- a/www/stylesheet.css +++ b/www/stylesheet.css @@ -1,3 +1,10 @@ +body { + font-family:Linux Libertine O, Linux Libertine, serif; +} +h1, h2, h3, h4, h5, h6 { + font-family:Linux Biolinum O, Linux Biolinum, sans; +} + div.Hauptfeld { border-width:thin; border-color:#444; |