🍱 Update font
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								assets/fonts/Comfortaa-Bold.ttf
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/fonts/Comfortaa-Bold.ttf
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								assets/fonts/Comfortaa-Regular.ttf
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/fonts/Comfortaa-Regular.ttf
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								assets/fonts/NotoSansHK-Bold.ttf
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/fonts/NotoSansHK-Bold.ttf
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								assets/fonts/NotoSansHK-Regular.ttf
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/fonts/NotoSansHK-Regular.ttf
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								assets/fonts/NotoSansJP-Bold.ttf
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/fonts/NotoSansJP-Bold.ttf
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								assets/fonts/NotoSansJP-Regular.ttf
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/fonts/NotoSansJP-Regular.ttf
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								assets/fonts/NotoSansSC-Bold.ttf
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/fonts/NotoSansSC-Bold.ttf
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -38,9 +38,18 @@ abstract class SolianTheme {
 | 
			
		||||
        brightness: brightness,
 | 
			
		||||
        seedColor: seedColor ?? const Color.fromRGBO(154, 98, 91, 1),
 | 
			
		||||
      ),
 | 
			
		||||
      fontFamily: 'Quicksand',
 | 
			
		||||
      fontFamilyFallback: const ['NotoSansSC', 'NotoSansHK'],
 | 
			
		||||
      typography: Typography.material2021(),
 | 
			
		||||
      fontFamily: 'Comfortaa',
 | 
			
		||||
      fontFamilyFallback: const [
 | 
			
		||||
        'NotoSansSC',
 | 
			
		||||
        'NotoSansHK',
 | 
			
		||||
        'NotoSansJP',
 | 
			
		||||
        'NotoSansEmoji'
 | 
			
		||||
      ],
 | 
			
		||||
      typography: Typography.material2021(
 | 
			
		||||
        colorScheme: brightness == Brightness.light
 | 
			
		||||
            ? const ColorScheme.light()
 | 
			
		||||
            : const ColorScheme.dark(),
 | 
			
		||||
      ),
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										22
									
								
								pubspec.yaml
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								pubspec.yaml
									
									
									
									
									
								
							@@ -81,15 +81,29 @@ flutter:
 | 
			
		||||
    - assets/logo.png
 | 
			
		||||
 | 
			
		||||
  fonts:
 | 
			
		||||
    - family: NotoSansEmoji
 | 
			
		||||
      fonts:
 | 
			
		||||
        - asset: assets/fonts/NotoColorEmoji-Regular.ttf
 | 
			
		||||
    - family: NotoSansSC
 | 
			
		||||
      fonts:
 | 
			
		||||
        - asset: assets/fonts/NotoSansSC-VariableFont_wght.ttf
 | 
			
		||||
        - asset: assets/fonts/NotoSansSC-Regular.ttf
 | 
			
		||||
        - asset: assets/fonts/NotoSansSC-Bold.ttf
 | 
			
		||||
          weight: 700
 | 
			
		||||
    - family: NotoSansHK
 | 
			
		||||
      fonts:
 | 
			
		||||
        - asset: assets/fonts/NotoSansHK-VariableFont_wght.ttf
 | 
			
		||||
    - family: Quicksand
 | 
			
		||||
        - asset: assets/fonts/NotoSansHK-Regular.ttf
 | 
			
		||||
        - asset: assets/fonts/NotoSansHK-Bold.ttf
 | 
			
		||||
          weight: 700
 | 
			
		||||
    - family: NotoSansJP
 | 
			
		||||
      fonts:
 | 
			
		||||
        - asset: assets/fonts/Quicksand-VariableFont_wght.ttf
 | 
			
		||||
        - asset: assets/fonts/NotoSansJP-Regular.ttf
 | 
			
		||||
        - asset: assets/fonts/NotoSansJP-Bold.ttf
 | 
			
		||||
          weight: 700
 | 
			
		||||
    - family: Comfortaa
 | 
			
		||||
      fonts:
 | 
			
		||||
        - asset: assets/fonts/Comfortaa-Regular.ttf
 | 
			
		||||
        - asset: assets/fonts/Comfortaa-Bold.ttf
 | 
			
		||||
          weight: 700
 | 
			
		||||
 | 
			
		||||
flutter_launcher_icons:
 | 
			
		||||
  android:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user