diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 14:52:01 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 14:52:01 +0200 |
| commit | 259aad5894b197b44b7cedd1b21ab13280e831eb (patch) | |
| tree | 4178fa4b7afae3b1686a8264f4bb6232a77c97fe /default/htdocs | |
| parent | e539ba70bdca837601107650961a7ae5fcbdd8b3 (diff) | |
new header font
Diffstat (limited to 'default/htdocs')
| -rw-r--r-- | default/htdocs/styles/css3.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index e060698..ed28d9c 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -62,17 +62,15 @@ span.bold { } h1 { - font-family: Georgia, Serif; + font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; padding-left: 10px; font-size: 30px; - text-shadow: 3px 3px 3px #BBBBBB; } h2, h3 { - font-family: Georgia, Serif; + font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; padding-left: 10px; padding-right: 10px; - text-shadow: 3px 3px 3px #BBBBBB; } p { |
