 2957b86f72
			
		
	
	2957b86f72
	
	
	
		
			
			This tests that listing multiple font families in the css font-family property works as expected.
		
			
				
	
	
		
			8 lines
		
	
	
		
			81 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			81 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| #label {
 | |
|   font-family: nonexisting,Sans;
 | |
| }
 | |
| 
 | |
| #reference {
 | |
|   font-family: Sans;
 | |
| }
 |