Atproto primitives for Gleam.
atproto
51

Configure Feed

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

🔧 Move font config into html link tags.

Hayleigh Thompson (Jul 17, 2026, 1:18 AM +0200) 9c0e845e af4bfa87

+8 -1
+8
demo/tid/gleam.toml
··· 10 10 11 11 [dev_dependencies] 12 12 lustre_dev_tools = ">= 2.3.6 and < 3.0.0" 13 + 14 + [[tools.lustre.html.links]] 15 + rel = "preconnect" 16 + href = "https://fonts.bunny.net" 17 + 18 + [[tools.lustre.html.links]] 19 + rel = "stylesheet" 20 + href = "https://fonts.bunny.net/css?family=doto:700"
-1
demo/tid/src/tid.css
··· 1 - @import url(https://fonts.bunny.net/css?family=doto:800); 2 1 @import "tailwindcss"; 3 2 4 3 @theme {