Fix font-location

This commit is contained in:
jpirnay
2026-05-03 22:42:54 +02:00
parent 8526e58ac1
commit 5617db3ad2
7 changed files with 957 additions and 355 deletions
@@ -8,7 +8,8 @@
#include "util/ButtonNavigator.h"
#ifndef FONT_MANIFEST_URL
#define FONT_MANIFEST_URL "https://github.com/jpirnay/crosspoint-reader/blob/master/assets/sd-fonts/sd-fonts.yaml"
#define FONT_MANIFEST_URL \
"https://raw.githubusercontent.com/jpirnay/crosspoint-reader/master/assets/sd-fonts/fonts.json"
#endif
class FontDownloadActivity : public Activity {