notecrumbs

a nostr opengraph server build on nostrdb and egui
git clone git://jb55.com/notecrumbs
Log | Files | Refs | README | LICENSE

commit bec418fbdcedc565579d1c73a9b875c52bcd9afa
parent d71cb08af396944efe22ebcfb8404b9b826ec6e4
Author: alltheseas <alltheseas@users.noreply.github.com>
Date:   Thu, 23 Oct 2025 17:01:17 -0500

Track embedded font assets

Diffstat:
M.gitignore | 1-
Afonts/PoetsenOne-Regular.ttf | 0
2 files changed, 0 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -4,7 +4,6 @@ data.mdb lock.mdb .build-result .buildcmd -/fonts TODO.bak tags perf.data diff --git a/fonts/PoetsenOne-Regular.ttf b/fonts/PoetsenOne-Regular.ttf Binary files differ.