|  | @@ -7,7 +7,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  html {
 | 
	
		
			
				|  |  |    font-size: @baseFontSize+1;
 | 
	
		
			
				|  |  | -  font-family: Helvetica, "Microsoft Yahei", Menlo, Monaco, Consolas, "Courier New", monospace;
 | 
	
		
			
				|  |  | +  font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif;
 | 
	
		
			
				|  |  |    // make sure min font size
 | 
	
		
			
				|  |  |    -ms-text-size-adjust: 100%;
 | 
	
		
			
				|  |  |    -webkit-text-size-adjust: 100%;
 | 
	
	
		
			
				|  | @@ -23,7 +23,7 @@ textarea,
 | 
	
		
			
				|  |  |  select,
 | 
	
		
			
				|  |  |  option,
 | 
	
		
			
				|  |  |  button {
 | 
	
		
			
				|  |  | -  font-family: Helvetica, "Microsoft Yahei", Menlo, Monaco, Consolas, "Courier New", monospace;
 | 
	
		
			
				|  |  | +  font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // html5 block elements
 | 
	
	
		
			
				|  | @@ -193,7 +193,7 @@ code,
 | 
	
		
			
				|  |  |  kbd,
 | 
	
		
			
				|  |  |  pre,
 | 
	
		
			
				|  |  |  samp {
 | 
	
		
			
				|  |  | -    font-family: monospace, monospace;
 | 
	
		
			
				|  |  | +    font-family: monospace;
 | 
	
		
			
				|  |  |      font-size: 1em;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 |