adjust themes so that font definitions are at top, apply fonts on .reveal instead of body
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
/*********************************************
|
||||
|
Reference in New Issue
Block a user