mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 06:07:20 +08:00 
			
		
		
		
	Update font-family.
Tested on macOS, Win10, Ubuntu 20.04.
This commit is contained in:
		@ -60,5 +60,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* font-family setting for Win10 */
 | 
					/* font-family setting for Win10 */
 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
  --md-code-font-family: var(--md-code-font, _), SFMono-Regular, Consolas, Menlo, Noto Sans SC, monospace;
 | 
					  --md-text-font-family: -apple-system,BlinkMacSystemFont,var(--md-text-font,_),Helvetica,Arial,sans-serif;
 | 
				
			||||||
 | 
					  --md-code-font-family: var(--md-code-font,_),SFMono-Regular,Consolas,Menlo,-apple-system,BlinkMacSystemFont,var(--md-text-font,_),monospace;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user