[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 2 html { 3 font-size: $font__size_base; 4 } 5 6 body { 7 -webkit-font-smoothing: antialiased; 8 -moz-osx-font-smoothing: grayscale; 9 background-color: $color__background-body; 10 color: $color__text-main; 11 @include font-family( $font__body ); 12 font-weight: 400; 13 font-size: 1em; 14 line-height: $font__line-height-body; 15 margin: 0; 16 text-rendering: optimizeLegibility; 17 } 18 19 button, 20 input, 21 select, 22 optgroup, 23 textarea { 24 color: $color__text-main; 25 @include font-family( $font__body ); 26 font-weight: 400; 27 line-height: $font__line-height-body; 28 text-rendering: optimizeLegibility; 29 } 30 31 @import "headings"; 32 33 @import "copy";
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |