Skip to content

Commit 8e50bd1

Browse files
committed
modernizing: moved from serif to sans-serif
1 parent 38f2060 commit 8e50bd1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

assets/sass/book2.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/* frontmatter */
3939

4040
section[data-type="titlepage"] h1 {
41-
font-family: serif;
41+
font-family: sans-serif;
4242
}
4343

4444
section[data-type="titlepage"] h2,
@@ -110,7 +110,7 @@
110110

111111
section[data-type="dedication"] {
112112
padding-top: 100px;
113-
font-family: serif;
113+
font-family: sans-serif;
114114
font-style: italic;
115115
page-break-after: always;
116116
text-align: center;
@@ -234,7 +234,7 @@
234234
section[data-type="chapter"] > h1,
235235
section[data-type="appendix"] > h1,
236236
section[data-type="sect1"] h1 {
237-
font-family: serif;
237+
font-family: sans-serif;
238238
line-height: 120%;
239239
}
240240

@@ -396,7 +396,7 @@
396396

397397
figcaption {
398398
display: block;
399-
font-family: serif;
399+
font-family: sans-serif;
400400
font-size: 1em;
401401
font-style: italic;
402402
line-height: 120%;
@@ -429,7 +429,7 @@
429429

430430
aside p { /* sidebar text */
431431
margin-top: 6px;
432-
font-family: serif;
432+
font-family: sans-serif;
433433
font-size: 1em;
434434
line-height: 130%;
435435
text-indent: 0;
@@ -460,7 +460,7 @@
460460

461461
div[data-type="note"] p,
462462
div[data-type="warning"] p { /* admonition text */
463-
font-family: serif;
463+
font-family: sans-serif;
464464
font-size: 1em;
465465
line-height: 120%;
466466
text-indent: 0;

0 commit comments

Comments
 (0)