summaryrefslogtreecommitdiff
path: root/additions
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-31 20:36:55 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-31 20:36:55 +0200
commitb257a63c7fa5e7a073a3e6712f4130cf8f6839c1 (patch)
tree73b1ef0a51f07f78483b7b6db381b7235547f8ff /additions
parentforgot a space (diff)
downloadthenautilus-b257a63c7fa5e7a073a3e6712f4130cf8f6839c1.tar.gz
thenautilus-b257a63c7fa5e7a073a3e6712f4130cf8f6839c1.tar.bz2
thenautilus-b257a63c7fa5e7a073a3e6712f4130cf8f6839c1.zip
change fonts
serif (Georgia) for the text, sans (Verdana) for headings
Diffstat (limited to 'additions')
-rw-r--r--additions/layout.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/additions/layout.css b/additions/layout.css
index a7fdfa5..0341d21 100644
--- a/additions/layout.css
+++ b/additions/layout.css
@@ -22,7 +22,7 @@ div {
}
body {
- font: normal 100%/1.375 Times, Times New Roman, serif;
+ font: normal 100%/1.375 Georgia, Times, Times New Roman, serif;
background: #b3dbe9;
}
@@ -91,7 +91,6 @@ html, body {
}
#title h1 {
- font-family: Georgia, serif;
font-size: 2em;
line-height: 1.15em;
margin: 0.5em;
@@ -200,3 +199,7 @@ span.title {
display: block;
float: right
}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+} \ No newline at end of file