forked from mirrors/gecko-dev
		
	MozReview-Commit-ID: 1o2NEe8eiSX --HG-- extra : rebase_source : b09e931fc8e318ceda224fe9c02dd7931c75f8ed
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			306 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			306 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
@font-face {
 | 
						|
  font-family: Ahem;
 | 
						|
  src: url(../fonts/Ahem.ttf);
 | 
						|
}
 | 
						|
rbc {
 | 
						|
  display: ruby-base-container;
 | 
						|
  unicode-bidi: isolate;
 | 
						|
}
 | 
						|
[pseudo] {
 | 
						|
  font-size: inherit;
 | 
						|
  line-height: inherit;
 | 
						|
}
 | 
						|
[pseudo] > rt {
 | 
						|
  font-size: 50%;
 | 
						|
}
 | 
						|
[pseudo] > rt[pseudo] {
 | 
						|
  font-size: inherit;
 | 
						|
}
 | 
						|
 | 
						|
.large {
 | 
						|
  font-size: 200%;
 | 
						|
}
 |