refactor: Remove custom font and emoji font workaround

This commit is contained in:
krille-chan 2025-03-03 18:00:37 +01:00
commit cd83c6e5ab
No known key found for this signature in database
17 changed files with 47 additions and 217 deletions

View file

@ -65,9 +65,6 @@ abstract class AppConfig {
static const String pushNotificationsGatewayUrl =
'https://push.fluffychat.im/_matrix/push/v1/notify';
static const String pushNotificationsPusherFormat = 'event_id_only';
static const String emojiFontName = 'Noto Emoji';
static const String emojiFontUrl =
'https://github.com/googlefonts/noto-emoji/';
static const double borderRadius = 18.0;
static const double columnWidth = 360.0;
static final Uri homeserverList = Uri(