14 lines
		
	
	
		
			488 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			488 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
@font-face {
 | 
						|
    font-family: 'aileronregular';
 | 
						|
    src: url('Aileron-Regular-webfont.eot');
 | 
						|
    src: url('Aileron-Regular-webfont.eot?#iefix') format('embedded-opentype'),
 | 
						|
         url('Aileron-Regular-webfont.woff2') format('woff2'),
 | 
						|
         url('Aileron-Regular-webfont.woff') format('woff'),
 | 
						|
         url('Aileron-Regular-webfont.ttf') format('truetype'),
 | 
						|
         url('Aileron-Regular-webfont.svg#aileronregular') format('svg');
 | 
						|
    font-weight: normal;
 | 
						|
    font-style: normal;
 | 
						|
 | 
						|
}
 | 
						|
 |