Skip to content

Commit

Permalink
BM
Browse files Browse the repository at this point in the history
This reverts commit d0e4c35.
  • Loading branch information
hynek committed Nov 28, 2023
1 parent aaad007 commit ecd1b32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
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",
},
}
Expand Down

0 comments on commit ecd1b32

Please sign in to comment.