Skip to content

Commit

Permalink
removed font
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwisdom committed Oct 10, 2024
1 parent d4c024b commit de43f35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 3 additions & 5 deletions docs/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,17 @@
font-style: italic;
}



body {
/* max-width: 800px; */
margin: 0 auto;
padding: 1rem;
line-height: 1.6;
font-family: 'Copernicus', sans-serif;
/* font-family: 'Copernicus', sans-serif; */
}

h2, h3, h4 {
/* h2, h3, h4 {
font-family: 'Copernicus', sans-serif;
}
} */

h2 {
clear: both;
Expand Down
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ theme:
nav:
- Home: index.md
extra_css:
- stylesheets/style.css
- stylesheets/style.css
extra_files:
- CNAME

0 comments on commit de43f35

Please sign in to comment.