16 lines
		
	
	
		
			427 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			427 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* Set fonts for both Edit and Preview mode
 | 
						|
.view-content {
 | 
						|
  font-family: 'Courier New', monospace !important;
 | 
						|
}
 | 
						|
*/
 | 
						|
 | 
						|
.markdown-source-view {
 | 
						|
  font-family: 'Fira Code Nerd Font', 'Fira Code', Menlo, Monaco, 'Courier New', monospace !important;
 | 
						|
}
 | 
						|
 | 
						|
.markdown-preview-view {
 | 
						|
  /* font-family: georgia, serif !important; */
 | 
						|
  font-family: 'Fira Code Nerd Font', 'Fira Code', Menlo, Monaco, 'Courier New', monospace !important;
 | 
						|
}
 | 
						|
 |