web frontend for git (tangled's grandpa)
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

css: ui-monospace

ref: https://stackoverflow.com/a/64133415

+1 -1
+1 -1
static/style.css
··· 9 9 10 10 --sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; 11 11 --display-font: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; 12 - --mono-font: "SF Mono", "Input", "Menlo" "Roboto Mono", monospace; 12 + --mono-font: ui-monospace, "SF Mono", "Input", "Menlo" "Roboto Mono", monospace; 13 13 } 14 14 15 15 html {