Skip to content

Commit 16957ea

Browse files
committed
Let's be more legible
1 parent 3bc3268 commit 16957ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_static/custom.css

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

44

@@ -9,7 +9,7 @@
99

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

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": "B612, sans-serif",
105+
"font-stack": "Atkinson Hyperlegible, sans-serif",
106106
"font-stack--monospace": "BerkeleyMono, MonoLisa, ui-monospace, "
107107
"SFMono-Regular, Menlo, Consolas, Liberation Mono, monospace",
108108
},

0 commit comments

Comments
 (0)