my tanglesite :O june.tngl.io
1

Configure Feed

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

styles: bundle maple mono

june (Jul 6, 2026, 6:19 PM +0200) 18e0404c e707f8b7

+9 -1
static/MapleMono-Regular.woff2

This is a binary file and will not be displayed.

+9 -1
static/styles.css
··· 26 26 box-sizing: border-box; 27 27 padding: 1rem; 28 28 29 - font-family: "Maple Mono", "Maple Mono NF", "Fraunces", monospace, serif, sans-serif; 29 + font-family: "Maple Mono", monospace; 30 30 31 31 color: #f8f9e8; 32 32 background-color: #232a2e; ··· 76 76 ul { 77 77 margin: var(--text-margin); 78 78 } 79 + 80 + @font-face { 81 + font-family: "Maple Mono"; 82 + src: url("/static/MapleMono-Regular.woff2") format("woff2"); 83 + font-style: normal; 84 + font-feature-settings: "liga", "tnum"; 85 + font-variant-ligatures: contextual; 86 + }