We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecaa15a commit 3800d40Copy full SHA for 3800d40
1 file changed
docs/_static/custom.css
@@ -1,11 +1,9 @@
1
@import url(https://fonts.bunny.net/css?family=atkinson-hyperlegible:400,400i,700,700i);
2
@import url('https://assets.hynek.me/css/bm.css');
3
4
-
5
:root {
6
- font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
7
- --pst-font-family-base: "Atkinson Hyperlegible", system-ui, sans-serif;
8
- --pst-font-family-heading: "Atkinson Hyperlegible", system-ui, sans-serif;
+ --pst-font-family-base: system-ui, sans-serif;
+ --pst-font-family-heading: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
9
--pst-font-family-monospace: BerkeleyMono, ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
10
}
11
0 commit comments