Skip to content

Commit d43b2cb

Browse files
committed
Inter is cliche now
1 parent 6af2807 commit d43b2cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/_static/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://rsms.me/inter/inter.css');
1+
@import url(https://fonts.bunny.net/css?family=b612:400,400i,700,700i);
22
@import url('https://assets.hynek.me/css/bm.css');
33

44

@@ -9,12 +9,12 @@
99

1010
@supports (font-variation-settings: normal) {
1111
:root {
12-
font-family: InterVariable, sans-serif;
12+
font-family: 'B612', sans-serif;
1313
}
1414
}
1515

1616

1717
/* Hide ToC caption text within the main body (but leave them in the side-bar). */
1818
#furo-main-content span.caption-text {
1919
display: none;
20-
}
20+
}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
html_theme_options = {
103103
"top_of_page_buttons": [],
104104
"light_css_variables": {
105-
"font-stack": "Inter, sans-serif",
105+
"font-stack": "B612, sans-serif",
106106
"font-stack--monospace": "BerkeleyMono, MonoLisa, ui-monospace, "
107107
"SFMono-Regular, Menlo, Consolas, Liberation Mono, monospace",
108108
},

0 commit comments

Comments
 (0)