diff --git a/docs/_static/custom.css b/docs/_static/custom.css index be6bc03..72083fe 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -1,4 +1,6 @@ @import url('https://rsms.me/inter/inter.css'); +@import url('https://assets.hynek.me/css/bm.css'); + :root { font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */ diff --git a/docs/conf.py b/docs/conf.py index 444270d..46d9607 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,8 +69,8 @@ html_theme = "furo" html_theme_options = { "top_of_page_button": None, "light_css_variables": { - "font-stack": "Inter, sans-serif", - "font-stack--monospace": "Berkeley Mono, MonoLisa, ui-monospace, " + "font-stack": "Inter,sans-serif", + "font-stack--monospace": "BerkeleyMono, MonoLisa, ui-monospace, " "SFMono-Regular, Menlo, Consolas, Liberation Mono, monospace", }, }