fix: embedding all fonts to fix the font error

This commit is contained in:
Kateřina Churanová 2021-01-20 20:57:17 +01:00
commit c424b0791e
7 changed files with 213 additions and 1 deletions

View file

@ -6,7 +6,7 @@ abstract class FluffyThemes {
static const double columnWidth = 360.0;
static const fallback_text_style =
TextStyle(fontFamilyFallback: ['NotoEmoji']);
TextStyle(fontFamily: 'NotoSans', fontFamilyFallback: ['NotoEmoji']);
static var fallback_text_theme = PlatformInfos.isDesktop
? TextTheme(