File: custom.css

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


:root {
  font-feature-settings: 'liga' 1, 'calt' 1;
  /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: 'B612', sans-serif;
  }
}


/* Hide ToC caption text within the main body (but leave them in the side-bar). */
#furo-main-content span.caption-text {
  display: none;
}