File: custom.css

package info (click to toggle)
python-structlog 25.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,568 kB
  • sloc: python: 8,890; makefile: 138
file content (14 lines) | stat: -rw-r--r-- 630 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import url(https://fonts.bunny.net/css?family=atkinson-hyperlegible:400,400i,700,700i);
@import url('https://assets.hynek.me/css/bm.css');

:root {
  --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;
  --pst-font-family-monospace: BerkeleyMono, ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
}

/* Override theme's font-size-base with higher specificity */
html[data-theme=light],
html[data-theme=dark] {
  --pst-font-size-base: 1.15rem;
}