mirror of https://github.com/twbs/bootstrap.git
				
				
				
			use new font-stack mixins in base and alt font family mixins
This commit is contained in:
		
							parent
							
								
									78e37e7d21
								
							
						
					
					
						commit
						e0c85fb69c
					
				
										
											Binary file not shown.
										
									
								
							|  | @ -276,14 +276,20 @@ | |||
|       <input type="text" class="span3" placeholder="2.127659574%"> | ||||
| 
 | ||||
|       <h3>Typography</h3> | ||||
|       <label>@sansFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="'Helvetica Neue', Helvetica, Arial, sans-serif"> | ||||
|       <label>@serifFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif"> | ||||
|       <label>@monoFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace"> | ||||
|       <label>@baseFontSize</label> | ||||
|       <input type="text" class="span3" placeholder="13px"> | ||||
|       <label>@baseFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="'Helvetica Neue', Helvetica, Arial, sans-serif"> | ||||
|       <input type="text" class="span3" placeholder="@sansFontFamily"> | ||||
|       <label>@baseLineHeight</label> | ||||
|       <input type="text" class="span3" placeholder="18px"> | ||||
|       <label>@altFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif;"> | ||||
|       <input type="text" class="span3" placeholder="@serifFontFamily"> | ||||
|       <label>@headingsFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="inherit"> | ||||
|       <label>@headingsFontWeight</label> | ||||
|  | @ -296,12 +302,6 @@ | |||
|       <input type="text" class="span3" placeholder="inherit"> | ||||
|       <label>@heroUnitLeadColor</label> | ||||
|       <input type="text" class="span3" placeholder="inherit"> | ||||
|       <label>@serifFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif"> | ||||
|       <label>@sansFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="'Helvetica Neue', Helvetica, Arial, sans-serif"> | ||||
|       <label>@monoFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace"> | ||||
|     </div><!-- /span --> | ||||
|     <div class="span3"> | ||||
|       <h3>Tables</h3> | ||||
|  |  | |||
|  | @ -200,14 +200,20 @@ | |||
|       <input type="text" class="span3" placeholder="2.127659574%"> | ||||
| 
 | ||||
|       <h3>{{_i}}Typography{{/i}}</h3> | ||||
|       <label>@sansFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="'Helvetica Neue', Helvetica, Arial, sans-serif"> | ||||
|       <label>@serifFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif"> | ||||
|       <label>@monoFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace"> | ||||
|       <label>@baseFontSize</label> | ||||
|       <input type="text" class="span3" placeholder="13px"> | ||||
|       <label>@baseFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="'Helvetica Neue', Helvetica, Arial, sans-serif"> | ||||
|       <input type="text" class="span3" placeholder="@sansFontFamily"> | ||||
|       <label>@baseLineHeight</label> | ||||
|       <input type="text" class="span3" placeholder="18px"> | ||||
|       <label>@altFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif;"> | ||||
|       <input type="text" class="span3" placeholder="@serifFontFamily"> | ||||
|       <label>@headingsFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="inherit"> | ||||
|       <label>@headingsFontWeight</label> | ||||
|  | @ -220,12 +226,6 @@ | |||
|       <input type="text" class="span3" placeholder="inherit"> | ||||
|       <label>@heroUnitLeadColor</label> | ||||
|       <input type="text" class="span3" placeholder="inherit"> | ||||
|       <label>@serifFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif"> | ||||
|       <label>@sansFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="'Helvetica Neue', Helvetica, Arial, sans-serif"> | ||||
|       <label>@monoFontFamily</label> | ||||
|       <input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace"> | ||||
|     </div><!-- /span --> | ||||
|     <div class="span3"> | ||||
|       <h3>{{_i}}Tables{{/i}}</h3> | ||||
|  |  | |||
|  | @ -45,19 +45,19 @@ | |||
| 
 | ||||
| // Typography | ||||
| // ------------------------- | ||||
| @sansFontFamily:        "Helvetica Neue", Helvetica, Arial, sans-serif; | ||||
| @serifFontFamily:       Georgia, "Times New Roman", Times, serif; | ||||
| @monoFontFamily:        Menlo, Monaco, "Courier New", monospace; | ||||
| 
 | ||||
| @baseFontSize:          13px; | ||||
| @baseFontFamily:        "Helvetica Neue", Helvetica, Arial, sans-serif; | ||||
| @baseFontFamily:        @sansFontFamily; | ||||
| @baseLineHeight:        18px; | ||||
| @altFontFamily:         Georgia, "Times New Roman", Times, serif; | ||||
| @altFontFamily:         @serifFontFamily; | ||||
| 
 | ||||
| @headingsFontFamily:    inherit; // empty to use BS default, @baseFontFamily | ||||
| @headingsFontWeight:    bold;    // instead of browser default, bold | ||||
| @headingsColor:         inherit; // empty to use BS default, @textColor | ||||
| 
 | ||||
| @serifFontFamily:       Georgia, "Times New Roman", Times, serif; | ||||
| @sansFontFamily:        "Helvetica Neue", Helvetica, Arial, sans-serif; | ||||
| @monoFontFamily:        Menlo, Monaco, "Courier New", monospace; | ||||
| 
 | ||||
| 
 | ||||
| // Tables | ||||
| // ------------------------- | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue