Skip to content

Commit fe4b8e7

Browse files
committed
Use sans-serif font for body
1 parent 5b87acb commit fe4b8e7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assets/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ img {
3030
.footnotes p {
3131
margin-bottom: 0.5em;
3232
}
33+
34+
:root {
35+
--body-font: sans-serif;
36+
}

0 commit comments

Comments
 (0)