diff options
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; |