summaryrefslogtreecommitdiff
path: root/default/htdocs/styles
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-29 05:26:30 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-29 05:26:30 +0200
commit6800e2594317ddf1af88aaca5a6fc1bfc29fe441 (patch)
treee930d1b067f2845b50d983a68d2b1513b542c675 /default/htdocs/styles
parent547f82a62d5c76ebb1ba13bf63887a1a99b435f7 (diff)
add TTF
Diffstat (limited to 'default/htdocs/styles')
-rw-r--r--default/htdocs/styles/css3.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css
index b55cc09..38dad9b 100644
--- a/default/htdocs/styles/css3.css
+++ b/default/htdocs/styles/css3.css
@@ -1,5 +1,6 @@
body {
- font-family: Georgia, Serif;
+ font-family: Varela Round, Georgia, Serif;
+ src: url(?document=fonts/VarelaRound-Regular.ttf);
background-color: #19495f;
height: 100%;
max-width: 900px;
@@ -54,12 +55,20 @@ span.bold {
}
h1 {
+ font-family: Georgia, Serif;
padding-left: 10px;
font-size: 30px;
text-shadow: 3px 3px 3px #BBBBBB;
}
-h2, h3, p {
+h2, h3 {
+ font-family: Georgia, Serif;
+ padding-left: 10px;
+ padding-right: 10px;
+ text-shadow: 3px 3px 3px #BBBBBB;
+}
+
+p {
padding-left: 10px;
padding-right: 10px;
}