mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-04 21:02:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			669 B
		
	
	
	
		
			Stylus
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			669 B
		
	
	
	
		
			Stylus
		
	
	
	
	
	
@import './font.styl' 
 | 
						|
 | 
						|
body {
 | 
						|
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
 | 
						|
    Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui',
 | 
						|
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
 | 
						|
  -webkit-font-smoothing: antialiased;
 | 
						|
}
 | 
						|
 | 
						|
.theme-default-content pre code {
 | 
						|
  font-size: 14px;
 | 
						|
  font-family: 'Source Code Pro', 'Monaco', 'Inconsolata', monospace;
 | 
						|
  line-height: 26px;
 | 
						|
  white-space: pre-wrap;
 | 
						|
  word-wrap: break-word;
 | 
						|
  -webkit-font-smoothing: auto;
 | 
						|
}
 | 
						|
 | 
						|
em {
 | 
						|
  color: #4fc08d;
 | 
						|
  font-size: 14px;
 | 
						|
  font-family: 'Source Code Pro', 'Monaco', 'Inconsolata', monospace;
 | 
						|
  font-style: normal;
 | 
						|
  -webkit-font-smoothing: auto;
 | 
						|
}
 |