forked from zaclys/searxng
		
	[theme] simple: do not prefer arial over user's sans-serif font
The default *sans-serif* font from the browsers most often renders much better compared to Arial font. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									a1c55caa71
								
							
						
					
					
						commit
						8ac776765c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -37,7 +37,7 @@
 | 
			
		|||
 | 
			
		||||
// Main LESS-Code
 | 
			
		||||
html {
 | 
			
		||||
  font-family: arial, sans-serif;
 | 
			
		||||
  font-family: sans-serif;
 | 
			
		||||
  font-size: 0.9em;
 | 
			
		||||
  .text-size-adjust;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue