File: custom.css

package info (click to toggle)
python-attrs 25.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,456 kB
  • sloc: python: 11,214; makefile: 153
file content (10 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
@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 */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}