Results 121 - 140 of 726

font-size-adjust

The font-size-adjust CSS property specifies that font size should be chosen based on the height of lowercase letters rather than the height of capital letters. This is useful since the legibility of fonts, especially at small sizes, is determined more by the size of lowercase letters than by the size of capital letters.
CSS CSS Fonts CSS Property NeedsMobileBrowserCompatibility Reference

font-stretch

The font-stretch property selects a normal, condensed, or expanded face from a font.
CSS CSS Fonts CSS Property Reference

font-synthesis

The font-synthesis CSS property controls which missing typefaces, bold or italic, may be synthesized by the browser.
CSS CSS Fonts CSS Property Reference

font-variant

The font-variant property acts as a shorthand for the longhand properties: font-variant-caps, font-variant-numeric, font-variant-alternates, font-variant-ligatures, and font-variant-east-asian. You can also set the CSS Level 2 (Revision 1) values of font-variant, (that is, normal or small-caps), by using the font shorthand.
CSS CSS Fonts CSS Property Reference

font-variant-alternates

The font-variant-alternates CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in @font-feature-values.
CSS CSS Fonts CSS Property Reference

font-variant-caps

The font-variant-caps CSS property controls the usage of alternate glyphs for capital letters. Scripts can have capital letter glyphs of different sizes, the normal uppercase glyphs, small capital glyphs, and petite capital glyphs. This property controls which alternate glyphs to use.
CSS CSS Fonts CSS Property Reference

font-variant-east-asian

The font-variant-east-asian CSS property controls the usage of alternate glyphs for East Asian scripts, like Japanese and Chinese.
CSS CSS Fonts CSS Property NeedsLiveSample Reference

font-variant-numeric

The font-variant-numeric CSS property controls the usage of alternate glyphs for numbers, fractions, and ordinal markers.
CSS CSS Fonts CSS Property NeedsLiveSample Reference

font-variant-position

The font-variant-position CSS property controls the usage of alternate glyphs of smaller size positioned as superscript or subscript regarding the baseline of the font, which is set unchanged. These glyphs are likely to be used in <sub> and <sup> elements.
CSS CSS Fonts CSS Property NeedsLiveSample Reference

font-weight

The font-weight CSS property specifies the weight or boldness of the font. Some fonts are only available in normal and bold.
CSS CSS Fonts CSS Property Reference

grid

The grid CSS property is a shorthand property that sets all of the explicit grid properties (grid-template-rows, grid-template-columns, and grid-template-areas), all the implicit grid properties (grid-auto-rows, grid-auto-columns, and grid-auto-flow), and the gutter properties (grid-column-gap and grid-row-gap) in a single declaration.
CSS CSS Grid CSS Property Reference

grid-area

The grid-area CSS property is a shorthand property for grid-row-start, grid-row-end, grid-column-start and grid-column-end specifying a grid item’s size and location within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.
CSS CSS Grid CSS Property Reference

grid-auto-columns

The grid-auto-columns CSS property specifies the size of an implicitly-created grid column track.
CSS CSS Grid CSS Property Reference

grid-auto-flow

The grid-auto-flow CSS property controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.
CSS CSS Grid CSS Property Reference

grid-auto-rows

The grid-auto-rows CSS property specifies the size of an implicitly-created grid row track.
CSS CSS Grid CSS Property Reference

grid-column

The grid-column CSS property is a shorthand property for grid-column-start and grid-column-end specifying a grid item’s size and location within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area.
CSS CSS Grid CSS Property Reference

grid-column-end

The grid-column-end CSS property specifies a grid item’s end position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the block-end edge of its grid area.
CSS CSS Grid CSS Property Reference

grid-column-gap

The grid-column-gap CSS property specifies the gutter between grid columns.
CSS CSS Grid CSS Property Reference

grid-column-start

The grid-column-start CSS property specifies a grid item’s start position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the block-start edge of its grid area.
CSS CSS Grid CSS Property Reference

grid-gap

The grid-gap CSS property is a shorthand property for grid-row-gap and grid-column-gap specifying the gutters between grid rows and columns.
CSS CSS Grid CSS Property Reference