mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	feat(client/fonts): add more groups for fonts
This commit is contained in:
		
							parent
							
								
									710a80aa26
								
							
						
					
					
						commit
						0304f1e5e9
					
				| @ -10,15 +10,20 @@ const FONT_FAMILIES = { | |||||||
|         { value: "sans-serif", label: "Sans Serif" }, |         { value: "sans-serif", label: "Sans Serif" }, | ||||||
|         { value: "monospace", label: "Monospace" }, |         { value: "monospace", label: "Monospace" }, | ||||||
|     ], |     ], | ||||||
|     "System fonts": [ |     "Sans-serif system fonts": [ | ||||||
|         { value: "Arial", label: "Arial" }, |         { value: "Arial", label: "Arial" }, | ||||||
|         { value: "Verdana", label: "Verdana" }, |         { value: "Verdana", label: "Verdana" }, | ||||||
|         { value: "Helvetica", label: "Helvetica" }, |         { value: "Helvetica", label: "Helvetica" }, | ||||||
|         { value: "Tahoma", label: "Tahoma" }, |         { value: "Tahoma", label: "Tahoma" }, | ||||||
|         { value: "Trebuchet MS", label: "Trebuchet MS" }, |         { value: "Trebuchet MS", label: "Trebuchet MS" }, | ||||||
|  |         { value: "Microsoft YaHei", label: "Microsoft YaHei" }, | ||||||
|  |     ], | ||||||
|  |     "Serif system fonts": [ | ||||||
|         { value: "Times New Roman", label: "Times New Roman" }, |         { value: "Times New Roman", label: "Times New Roman" }, | ||||||
|         { value: "Georgia", label: "Georgia" }, |         { value: "Georgia", label: "Georgia" }, | ||||||
|         { value: "Garamond", label: "Garamond" }, |         { value: "Garamond", label: "Garamond" }, | ||||||
|  |     ], | ||||||
|  |     "Monospace system fonts": [ | ||||||
|         { value: "Courier New", label: "Courier New" }, |         { value: "Courier New", label: "Courier New" }, | ||||||
|         { value: "Brush Script MT", label: "Brush Script MT" }, |         { value: "Brush Script MT", label: "Brush Script MT" }, | ||||||
|         { value: "Impact", label: "Impact" }, |         { value: "Impact", label: "Impact" }, | ||||||
| @ -26,10 +31,11 @@ const FONT_FAMILIES = { | |||||||
|         { value: "Andalé Mono", label: "Andalé Mono" }, |         { value: "Andalé Mono", label: "Andalé Mono" }, | ||||||
|         { value: "Lucida Console", label: "Lucida Console" }, |         { value: "Lucida Console", label: "Lucida Console" }, | ||||||
|         { value: "Monaco", label: "Monaco" }, |         { value: "Monaco", label: "Monaco" }, | ||||||
|  |     ], | ||||||
|  |     "Handwriting system fonts": [ | ||||||
|         { value: "Bradley Hand", label: "Bradley Hand" }, |         { value: "Bradley Hand", label: "Bradley Hand" }, | ||||||
|         { value: "Luminari", label: "Luminari" }, |         { value: "Luminari", label: "Luminari" }, | ||||||
|         { value: "Comic Sans MS", label: "Comic Sans MS" }, |         { value: "Comic Sans MS", label: "Comic Sans MS" } | ||||||
|         { value: "Microsoft YaHei", label: "Microsoft YaHei" }, |  | ||||||
|     ] |     ] | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran