mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-11-04 07:22:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			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;
 | 
						|
}
 |