adjust themes so that font definitions are at top, apply fonts on .reveal instead of body

This commit is contained in:
Hakim El Hattab
2012-10-16 09:27:55 -04:00
parent 4271677ea1
commit 17f3cf4332
5 changed files with 102 additions and 46 deletions

View File

@ -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;
}
/*********************************************