Merge branch 'fix_backticks' into 'main'
fix backtick rendering on linux See merge request famedly/fluffychat!534
This commit is contained in:
commit
7249fbec16
19 changed files with 210 additions and 213 deletions
|
|
@ -12,7 +12,7 @@ abstract class FluffyThemes {
|
|||
MediaQuery.of(context).size.width > columnWidth * 2;
|
||||
|
||||
static const fallbackTextStyle =
|
||||
TextStyle(fontFamily: 'NotoSans', fontFamilyFallback: ['NotoEmoji']);
|
||||
TextStyle(fontFamily: 'Roboto', fontFamilyFallback: ['NotoEmoji']);
|
||||
|
||||
static var fallback_text_theme = PlatformInfos.isDesktop
|
||||
? TextTheme(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue