refactor: Remove custom font and emoji font workaround
This commit is contained in:
parent
b0693d3ec8
commit
cd83c6e5ab
17 changed files with 47 additions and 217 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue