My personal website, in gleam+lustre!
0
fork

Configure Feed

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

Give posts an easier read, though for me it doesn't matter much

+21 -1
assets/fonts/OpenDyslexic3-Regular.ttf

This is a binary file and will not be displayed.

+21 -1
site.css
··· 36 36 --border: 2px; 37 37 --depth: 1; 38 38 --noise: 1; 39 - --font-roboto: "Lilex", monospace, system-ui, sans-serif; 39 + --font-sans: "Lilex", monospace, system-ui, sans-serif; 40 + } 41 + 42 + @font-face { 43 + font-family: "OpenDyslectic 3"; 44 + src: url(/fonts/OpenDyslexic3-Regular.ttf); 40 45 } 46 + 41 47 42 48 @layer base { 43 49 html { 44 50 font-family: "Lilex", monospace, system-ui, sans-serif; 45 51 font-optical-sizing: auto; 52 + font-size: var(--font-size); 46 53 font-weight: 400; 47 54 font-style: normal; 48 55 margin: 0; ··· 61 68 --color-primary: #3b5417; 62 69 --color-background: #ffffff; 63 70 } 71 + 72 + .postfield { 73 + font-family: 74 + "OpenDyslectic 3", 75 + "Lilex", 76 + sans-serif; 77 + font-weight: 100; 78 + font-size: var(--font-size); 79 + --font-size: 15px; 80 + --line-height: 1.0; 81 + } 82 + 83 + /* .subpage {} */ 64 84 65 85 /* Make sure the 'go comment' button is visible even on small screens. */ 66 86 .widget .form-controls {