NO Adobe used! This zine is a milestone in my quest to make a book where I design *everything* myself:
1. The font is made with my Hershey font editor. It's actually not an outline font at all, but single stroke lettershapes rendered with SVG! The curves are made with G-conics.
2. The paragraph engine is also custom, and it uses my semi-justified text algorithm. It's like greedy justification but with bounded word spaces (lines that would stretch or shrink too much fall back to ragged).
3. The page layout is pure HTML! I made a script that flows the paragraphs automatically through specified divs. The text itself is fed as a simple .txt file (the text is my old essay on ASCII art). I added a bbcode-like syntax for text effects like stroke width, skewing, etc.