Merge branch 'shine/font-fix' into 'main'
fix: embedding all fonts to fix the font error See merge request famedly/fluffychat!357
This commit is contained in:
commit
88f2cabe7c
7 changed files with 213 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue