mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
	
		
			699 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
	
		
			699 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
@charset "UTF-8";
 | 
						|
 | 
						|
@font-face {
 | 
						|
  font-family: "custom-sharkey-icons";
 | 
						|
  src: url("./custom-sharkey-icons.woff") format("woff"),
 | 
						|
    url("./custom-sharkey-icons.ttf") format("truetype"),
 | 
						|
    url("./custom-sharkey-icons.svg#custom-sharkey-icons") format("svg");
 | 
						|
  font-weight: normal;
 | 
						|
  font-style: normal;
 | 
						|
  font-display: block;
 | 
						|
}
 | 
						|
 | 
						|
.sk-icons {
 | 
						|
  font-family: "custom-sharkey-icons" !important;
 | 
						|
  font-style: normal;
 | 
						|
  font-weight: normal;
 | 
						|
  font-variant: normal;
 | 
						|
  text-transform: none;
 | 
						|
  line-height: 1;
 | 
						|
  speak: none;
 | 
						|
  -webkit-font-smoothing: antialiased;
 | 
						|
  -moz-osx-font-smoothing: grayscale;
 | 
						|
}
 | 
						|
 | 
						|
.sk-icons.sk-shark:before {
 | 
						|
  content: "\61";
 | 
						|
}
 | 
						|
 | 
						|
.sk-icons.sk-misskey:before {
 | 
						|
  content: "\62";
 | 
						|
}
 |