Skip to content

Commit

Permalink
Inter is cliche now
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 13, 2025
1 parent 6af2807 commit d43b2cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://rsms.me/inter/inter.css');
@import url(https://fonts.bunny.net/css?family=b612:400,400i,700,700i);
@import url('https://assets.hynek.me/css/bm.css');


Expand All @@ -9,12 +9,12 @@

@supports (font-variation-settings: normal) {
:root {
font-family: InterVariable, sans-serif;
font-family: 'B612', sans-serif;
}
}


/* Hide ToC caption text within the main body (but leave them in the side-bar). */
#furo-main-content span.caption-text {
display: none;
}
}
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
html_theme_options = {
"top_of_page_buttons": [],
"light_css_variables": {
"font-stack": "Inter, sans-serif",
"font-stack": "B612, sans-serif",
"font-stack--monospace": "BerkeleyMono, MonoLisa, ui-monospace, "
"SFMono-Regular, Menlo, Consolas, Liberation Mono, monospace",
},
Expand Down

0 comments on commit d43b2cb

Please sign in to comment.