15 lines
		
	
	
		
			353 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			353 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
@font-face {
 | 
						|
  font-family: 'sonicglyph';
 | 
						|
  src: url('../fonts/sonicglyph.woff') format('woff');
 | 
						|
  font-weight: normal;
 | 
						|
  font-style: normal;
 | 
						|
}
 | 
						|
.s-glyph {
 | 
						|
  display: inline-block;
 | 
						|
  font: normal normal normal 16px/1 sonicglyph;
 | 
						|
  font-size: inherit;
 | 
						|
  text-rendering: auto;
 | 
						|
  -webkit-font-smoothing: antialiased;
 | 
						|
  -moz-osx-font-smoothing: grayscale;
 | 
						|
}
 |