Skip to content

Commit

Permalink
Set font of page footer/header elements (md)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jacobs committed Oct 2, 2020
1 parent ef7d153 commit 84a8cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/css/_paging.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
color: grey;
@top-right {
font-size: 10pt !important;
font-family: 'chivo', sans-serif !important;
content: string(chapter) !important;
}
@bottom-left {
Expand All @@ -17,6 +18,7 @@
}
@bottom-right {
font-size: 10pt !important;
font-family: 'chivo', sans-serif !important;
content: counter(page)' of 'counter(pages) !important;
}
}
Expand Down

0 comments on commit 84a8cf1

Please sign in to comment.