gshr
git static host repo -- generates static html for repos
git clone https://git.vogt.world/gshr.git
Log | Files | README.md | LICENSE
← Commit log
commit
message
Monospaced font looks better in Menlo
author
Ben Vogt <[email protected]>
date
2023-04-15 17:37:00
stats
1 file(s) changed, 1 insertions(+), 1 deletions(-)
files
gshr.css
 1diff --git a/gshr.css b/gshr.css
 2index 974cc0d..e0ab44c 100644
 3--- a/gshr.css
 4+++ b/gshr.css
 5@@ -1,6 +1,6 @@
 6 :root {
 7   /* Fonts */
 8-  --mono-font: monospace;
 9+  --mono-font: "Menlo", monospace;
10   --sans-font: -apple-system, BlinkMacSystemFont, "avenir next", avenir,
11     helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial,
12     sans-serif;