mirror of
				https://github.com/dawidolko/Website-Templates.git
				synced 2025-10-29 00:03:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			271 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			271 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| // Base Class Definition
 | |
| // -------------------------
 | |
| 
 | |
| .#{$fa-css-prefix} {
 | |
|   display: inline-block;
 | |
|   font-family: FontAwesome;
 | |
|   font-style: normal;
 | |
|   font-weight: normal;
 | |
|   line-height: 1;
 | |
|   -webkit-font-smoothing: antialiased;
 | |
|   -moz-osx-font-smoothing: grayscale;
 | |
| }
 |