This reverts commit d0e4c35291.
This commit is contained in:
Hynek Schlawack 2023-11-28 08:26:01 +01:00
parent aaad007957
commit ecd1b32632
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
2 changed files with 4 additions and 2 deletions

View File

@ -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 */

View File

@ -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",
},
}