mirror of
				https://github.com/ecomfe/vue-echarts.git
				synced 2025-11-01 01:18:17 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			278 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			278 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export const DEMO_FONT_FAMILY =
 | |
|   'Manrope, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"';
 | |
| 
 | |
| export const DEMO_TEXT_STYLE: { fontFamily: string; fontWeight: number } = {
 | |
|   fontFamily: DEMO_FONT_FAMILY,
 | |
|   fontWeight: 400,
 | |
| };
 | 
