summaryrefslogtreecommitdiffhomepage
path: root/css/theme/serif.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/serif.css')
-rw-r--r--css/theme/serif.css25
1 files changed, 18 insertions, 7 deletions
diff --git a/css/theme/serif.css b/css/theme/serif.css
index 47512fe..690ff2d 100644
--- a/css/theme/serif.css
+++ b/css/theme/serif.css
@@ -8,19 +8,32 @@
*/
/*********************************************
- * FONT-FACE DEFINITIONS
+ * FONTS
*********************************************/
+.reveal {
+ font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
+ font-size: 36px;
+ font-weight: 200;
+ letter-spacing: -0.02em;
+}
+
+.reveal h1,
+.reveal h2,
+.reveal h3,
+.reveal h4,
+.reveal h5,
+.reveal h6 {
+ font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
+ line-height: 0.9em;
+}
+
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
- font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
- font-size: 36px;
- font-weight: 200;
- letter-spacing: -0.02em;
color: black !important;
background: #F0F1EB;
@@ -51,8 +64,6 @@ body {
.reveal h6 {
margin: 0 0 40px 0;
color: #383D3D;
- font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
- line-height: 0.9em;
}
/*********************************************