body {
font-family: var(--font);
font-size: 1rem;
+ line-height: var(--line-height);
color: var(--color);
}
body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 1rem;
+ line-height: normal;
color: #dcdcdc;
}
h1, h2, h3, h4, h5, h6 {
body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 1rem;
+ line-height: normal;
color: #dcdcdc;
}
h1, h2, h3, h4, h5, h6 {
body {
font-family: 'Libre Baskerville', serif;
font-size: 1rem;
+ line-height: normal;
color: #000000;
}
h1, h2, h3, h4, h5, h6 {
body {
font-family: 'Libre Baskerville', serif;
font-size: 1rem;
+ line-height: normal;
color: #000000;
}
h1, h2, h3, h4, h5, h6 {
--code-font: 'Source Code Pro', monospace;
--font-size: 16px;
--code-font-size: 0.9em; /* *not* rem, so it follows surrounding font size */
+ --line-height: normal;
--paragraph-indent: 1.5rem;
--paragraph-align: justify;
--link-decoration: underline;
--code-font: 'Source Code Pro', monospace;
--font-size: 14px;
--code-font-size: 1em; /* *not* rem, so it follows surrounding font size */
+ --line-height: normal;
--paragraph-indent: 1.5rem;
--paragraph-align: justify;
--link-decoration: underline;