11 lines
		
	
	
		
			201 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			201 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
@font-face {
 | 
						|
    font-family: 'Custom Icons';
 | 
						|
    font-style: normal;
 | 
						|
    font-weight: 400;
 | 
						|
    src: url('icons.woff') format('woff2');
 | 
						|
}
 | 
						|
 | 
						|
.custom-icons {
 | 
						|
    font-family: 'Custom Icons' !important;
 | 
						|
}
 |