Makko, the people-oriented static site generator made for blogging.

Updated the styling so that it chooses the monospace font a bit better.

+9 -1
+3 -1
src/gui/banner.html
··· 26 26 background: black; 27 27 color: white; 28 28 padding: 8px; 29 - font-family: "Adwaita Mono", monospace; 29 + font-family: 30 + ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, 31 + "DejaVu Sans Mono", monospace; 30 32 font-size: 14px; 31 33 line-height: 1.2; 32 34 text-align: center;
+6
src/templates/styles.css
··· 66 66 gap: 10px; 67 67 } 68 68 69 + code { 70 + font-family: 71 + ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, 72 + "DejaVu Sans Mono", monospace; 73 + } 74 + 69 75 :not(pre) > code { 70 76 padding: 2px 4px; 71 77 }