Writing a Truth Oracle in Lisp

14 io12 1 6/11/2025, 8:50:53 PM lambda-cove.net ↗

Comments (1)

90s_dev · 1d ago
For anyone wondering how that initial letter is made to look like that:

1. The background flourish is created with ::before and a custom web font

2. The flourish letter is found via content: attr() on the parent element

3. The actual big letter itself is also done via custom web font & float: left